- 9efe17a gdb: remove spurious spaces after frame_info_ptr by Simon Marchi · 2 years, 5 months ago
- f34652d internal_error: remove need to pass __FILE__/__LINE__ by Pedro Alves · 2 years, 6 months ago
- bd2b40a Change GDB to use frame_info_ptr by Tom Tromey · 2 years, 8 months ago
- a0cbd65 Remove frame_id_eq by Tom Tromey · 2 years, 8 months ago
- df86565 gdb: remove TYPE_LENGTH by Simon Marchi · 2 years, 6 months ago
- 27710ed gdb: remove TYPE_TARGET_TYPE by Simon Marchi · 2 years, 8 months ago
- 0810604 gdb: move the type cast into gdbarch_tdep by Andrew Burgess · 2 years, 11 months ago
- 9117c7b [gdb/build] Fix gdb build with -fsanitize=thread and gcc 7 by Tom de Vries · 2 years, 9 months ago
- cc55e4e ODR warning for "struct instruction_type" by Tom Tromey · 2 years, 11 months ago
- 0d1703b Remove "typedef enum ..." by Tom Tromey · 3 years ago
- dbf5d61 gdb: make gdbarch_register_reggroup_p take a const reggroup * by Andrew Burgess · 3 years ago
- 6cb06a8 Unify gdb printf functions by Tom Tromey · 3 years, 3 months ago
- 4a94e36 Automatic Copyright Year update after running gdb/copyright.py by Joel Brobecker · 3 years, 3 months ago
- 2a50938 gdb: make extract_integer take an array_view by Simon Marchi · 3 years, 5 months ago
- aa70a99 gdb: adjust gdbarch_tdep calls in nat files by Simon Marchi · 3 years, 5 months ago
- 345bd07 gdb: fix gdbarch_tdep ODR violation by Simon Marchi · 3 years, 5 months ago
- 50888e4 gdb: change functions returning value contents to use gdb::array_view by Simon Marchi · 3 years, 6 months ago
- a154d83 gdb: add names to unwinders, add debug messages when looking for unwinder by Simon Marchi · 3 years, 9 months ago
- 0c1bcd2 gdb: convert obj_section macros to methods by Simon Marchi · 3 years, 9 months ago
- 328d42d gdb: remove current_top_target function by Simon Marchi · 4 years ago
- bdec291 Convert some frame functions to use gdb::array_view. by Luis Machado · 4 years, 3 months ago
- 3666a04 Update copyright year range in all GDB files by Joel Brobecker · 4 years, 3 months ago
- dda83cd gdb, gdbserver, gdbsupport: fix leading space vs tabs issues by Simon Marchi · 4 years, 5 months ago
- 9dccd06 Remove target_has_registers macro by Tom Tromey · 4 years, 6 months ago
- 27087b7 Apply 'const' in more places by Tom Tromey · 4 years, 7 months ago
- bd63c87 gdb: remove TYPE_VECTOR by Simon Marchi · 4 years, 7 months ago
- 940da03 gdb: remove TYPE_FIELD_TYPE macro by Simon Marchi · 4 years, 10 months ago
- 1f704f7 gdb: remove TYPE_NFIELDS macro by Simon Marchi · 4 years, 10 months ago
- 7813437 gdb: remove TYPE_CODE macro by Simon Marchi · 4 years, 11 months ago
- 08feed9 Change get_objfile_arch to a method on objfile by Tom Tromey · 5 years ago
- b3b3bad gdb: introduce objfile text_section_offset and data_section_offset methods by Simon Marchi · 5 years ago
- 6c26598 gdb: add back declarations for _initialize functions by Simon Marchi · 5 years ago
- 6a053cb Change section_offsets to a std::vector by Tom Tromey · 5 years ago
- b811d2c Update copyright year range in all GDB files. by Joel Brobecker · 5 years ago
- c9d95fa Replace the MSYMBOL_*_NAME macros with member functions by Christian Biesinger · 5 years ago
- 8510236 [gdb] Fix more typos in comments by Tom de Vries · 5 years ago
- bf227d6 Remove some uses of "object_files" by Tom Tromey · 6 years ago
- 42a4f53 Update copyright year range in all GDB files. by Joel Brobecker · 6 years ago
- cf84fa6 Pass return_method to _push_dummy_call by Alan Hayward · 6 years ago
- b926417 Simple -Wshadow=local fixes by Tom Tromey · 7 years ago
- 8d49165 Simple unused variable removals by Tom Tromey · 7 years ago
- b479209 Remove unused variables in ia64*tdep.c by Simon Marchi · 7 years ago
- 5d691c8 Fix compilation error in ia64-tdep.c with libunwind-ia64 by Simon Marchi · 7 years ago
- 8b88a78 target_stack -> current_top_target() throughout by Pedro Alves · 7 years ago
- b66f558 Remove regcache_cooked_write by Simon Marchi · 7 years ago
- dca08e1 Remove regcache_cooked_read by Simon Marchi · 7 years ago
- f6ac5f3 Convert struct target_ops to C++ by Pedro Alves · 7 years ago
- c113ed0 Pass readable_regcache to gdbarch method read_pc by Yao Qi · 7 years ago
- 849d0ba class readable_regcache and pass readable_regcache to gdbarch pseudo_register_read and pseudo_register_read_value by Yao Qi · 7 years ago
- 11f57cb regcache_cooked_read -> regcache->cooked_read by Yao Qi · 7 years ago
- e2882c8 Update copyright year range in all GDB files by Joel Brobecker · 7 years ago
- 3b2ca82 Target FP: Remove convert_typed_floating from tdep files by Ulrich Weigand · 7 years ago
- ac7936d s/get_regcache_arch (regcache)/regcache->arch ()/g by Yao Qi · 7 years ago
- cb85b21 Remove make_show_memory_breakpoints_cleanup by Tom Tromey · 8 years ago
- 481695e Remove unnecessary function prototypes. by John Baldwin · 8 years ago
- 6394c60 Don't use print_insn_XXX in GDB by Yao Qi · 8 years ago
- ae0d01d Add IA64_MAX_FP_REGISTER_SIZE by Alan Hayward · 8 years ago
- 88954b4 Restrict ia64_convert_register_p by Yao Qi · 8 years ago
- 5c99fcf Remove some MAX_REGISTER_SIZE uses in ia64-tdep.c by Alan Hayward · 8 years ago
- a121b7c -Wwrite-strings: The Rest by Pedro Alves · 8 years ago
- 61baf72 update copyright year range in GDB files by Joel Brobecker · 8 years ago
- cd6c3b4 New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind by Yao Qi · 8 years ago
- bfb0d95 Fix invalid implicit conversions from void * by Andreas Schwab · 9 years ago
- 870f88f remove trivialy unused variables by Trevor Saunders · 9 years ago
- 618f726 GDB copyright headers update after running GDB's copyright.py script. by Joel Brobecker · 9 years ago
- ce74641 ia64-tdep.c: Remove (void *) casts by Simon Marchi · 9 years ago
- 9a3c826 Add some more casts (1/2) by Simon Marchi · 10 years ago
- 8d74932 Replace some xmalloc-family functions with XNEW-family ones by Simon Marchi · 10 years ago
- fe978cb C++ keyword cleanliness, mostly auto-generated by Pedro Alves · 10 years ago
- 32d0add Update year range in copyright notice of all files owned by the GDB project. by Joel Brobecker · 10 years ago
- 0d5ed15 Avoid software breakpoint's instruction shadow inconsistency by Maciej W. Rozycki · 10 years ago
- dccbb60 Include gdb_assert.h in common-defs.h by Gary Benson · 11 years ago
- efd66ac change minsym representation by Tom Tromey · 12 years ago
- ecd75fc Update Copyright year range in all files maintained by GDB. by Joel Brobecker · 11 years ago
- 2b692d3 Fix -Wpointer-sign errors in ia64-tdep.c by Joel Brobecker · 12 years ago
- 948f8e3 -Wpointer-sign: char -> gdb_byte. by Pedro Alves · 12 years ago
- 7cbd4a9 * minsyms.h (struct bound_minimal_symbol): New. by Tom Tromey · 12 years ago
- e362b51 Use gdb_byte for bytes from the program being debugged. by Pedro Alves · 12 years ago
- 28e7fd6 Update years in copyright notice for the GDB files. by Joel Brobecker · 12 years ago
- 22e048c 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> by Sergio Durigan Junior · 13 years ago
- 6a3a010 gdb/ by Maciej W. Rozycki · 13 years ago
- 05e7c24 gdb/ by Jan Kratochvil · 13 years ago
- 696759a 2012-03-05 Tristan Gingold <gingold@adacore.com> by Tristan Gingold · 13 years ago
- b54a8fd 2012-02-21 Tristan Gingold <gingold@adacore.com> by Pedro Alves · 13 years ago
- 0b30217 Copyright year update in most files of the GDB Project. by Joel Brobecker · 13 years ago
- dd110ab 2011-12-14 Pedro Alves <pedro@codesourcery.com> by Pedro Alves · 13 years ago
- 8fbca65 gdb/ by Pedro Alves · 14 years ago
- 8dccd43 gdb/ by Pedro Alves · 14 years ago
- 05d1431 gdb/ by Pedro Alves · 14 years ago
- c4de702 [ia64-hpux] inferior function call support by Joel Brobecker · 14 years ago
- 77ca787 [ia64-hpux] unwinding bsp value from system call by Joel Brobecker · 14 years ago
- 825d6d8 [ia64] small integral parameters and return values by Joel Brobecker · 14 years ago
- 7458e66 [ia64] Add a big-endian version of the ia64-ext floatformat by Joel Brobecker · 14 years ago
- 1777feb 2011-01-08 Michael Snyder <msnyder@vmware.com> by Michael Snyder · 14 years ago
- 7b6bb8d run copyright.sh for 2011. by Joel Brobecker · 14 years ago
- 4c38e0a Update copyright year in most headers. by Joel Brobecker · 15 years ago
- e453266 gdb/ by Jan Kratochvil · 16 years ago
- ca8b503 * ia64-tdep.c: Update the comments on how we insert/remove by Joel Brobecker · 16 years ago
- 73a9714 Fix ia64 breakpoints in the L-X slot. by Joel Brobecker · 16 years ago
- 35ec2a3 * ia64-tdep.c (ia64_memory_insert_breakpoint): Check the slotnum by Joel Brobecker · 16 years ago