GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
ax-gdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Use an accessor function for general_symbol_info::language
Christian Biesinger
2019-12-16
1
-1
/
+1
*
Replace SYMBOL_*_NAME accessors with member functions
Christian Biesinger
2019-11-22
1
-9
/
+9
*
Replace the MSYMBOL_*_NAME macros with member functions
Christian Biesinger
2019-11-22
1
-1
/
+1
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Remove unnecessary casts of NULL
Tom Tromey
2019-06-16
1
-1
/
+1
*
Make check_for_argument skip whitespace after arg itself
Pedro Alves
2019-06-13
1
-2
/
+0
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-21
/
+20
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-20
/
+21
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Use upper case for more metasyntactic variables in gdb
Tom Tromey
2019-01-04
1
-2
/
+2
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Introduce gdbarch_num_cooked_regs
Simon Marchi
2018-10-21
1
-2
/
+1
*
Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
Kevin Buettner
2018-08-23
1
-1
/
+1
*
Remove TYPE_TAG_NAME
Tom Tromey
2018-06-01
1
-3
/
+3
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
C++-ify parse_format_string
Tom Tromey
2017-12-08
1
-13
/
+4
*
Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]
Pedro Alves
2017-11-29
1
-1
/
+2
*
Constify some commands in ax-gdb.c
Tom Tromey
2017-09-27
1
-9
/
+4
*
Constify some linespec functions
Tom Tromey
2017-09-27
1
-1
/
+1
*
Rename _const functions to use overloading instead
Tom Tromey
2017-09-11
1
-3
/
+3
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Stop assuming no-debug-info variables have type int
Pedro Alves
2017-09-04
1
-6
/
+44
*
Introduce OP_VAR_MSYM_VALUE
Pedro Alves
2017-09-04
1
-0
/
+22
*
struct symtabs_and_lines -> std::vector<symtab_and_line>
Pedro Alves
2017-09-04
1
-9
/
+3
*
ax-gdb: Remove more unused arguments
Simon Marchi
2017-07-14
1
-4
/
+2
*
ax-gdb: Remove unnecessary gdbarch parameters
Simon Marchi
2017-07-14
1
-41
/
+37
*
ax-gdb: Remove two unused agent_expr *ax parameters
Simon Marchi
2017-07-14
1
-8
/
+8
*
ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parameters
Simon Marchi
2017-07-14
1
-91
/
+73
*
Add a constructor and destructor to linespec_result
Tom Tromey
2017-04-12
1
-4
/
+1
*
Introduce event_location_up
Tom Tromey
2017-04-12
1
-5
/
+3
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-9
/
+12
*
Convert lvalue reference type check to general reference type check
Artemiy Volkov
2017-03-20
1
-0
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Do not use std::move when assigning an anonymous object to a unique_ptr.
John Baldwin
2016-11-24
1
-4
/
+4
*
agent_expr_up: gdb::unique_ptr -> std::unique_ptr
Pedro Alves
2016-11-09
1
-3
/
+3
*
'struct agent_expr *' -> unique_ptr<agent_expr>
Pedro Alves
2016-11-08
1
-91
/
+49
*
'struct expression *' -> gdb::unique_xmalloc_ptr<expression>
Pedro Alves
2016-11-08
1
-9
/
+6
*
gdb.trace: Fix string collection for 64-bit platforms.
Marcin Kościelnicki
2016-01-21
1
-12
/
+11
*
Limit breakpoint re-set to the current program space
Pedro Alves
2016-01-19
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Introduce ax_raw_byte and use it
Simon Marchi
2015-10-27
1
-1
/
+1
*
Explicit locations: use new location API
Keith Seitz
2015-08-11
1
-2
/
+6
*
Replace the block_found global with explicit data-flow
Pierre-Marie de Rodat
2015-08-01
1
-6
/
+6
*
Remove CHECK_TYPEDEF, use check_typedef instead
Simon Marchi
2015-07-14
1
-2
/
+2
*
PR18617 - Incorrect expression bytecode generated for narrowing conversions
Robert O'Callahan
2015-07-08
1
-1
/
+1
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-1
/
+0
[next]