Age | Commit message (Expand) | Author | Files | Lines |
2024-11-11 | Wrap help strings at 80 columns | Tom Tromey | 1 | -2/+2 |
2024-10-04 | gdb segv in elfread.c:elf_rel_plt_read | Alan Modra | 1 | -0/+2 |
2024-09-24 | gdb/elfread.c: remove unused includes | Simon Marchi | 1 | -4/+0 |
2024-09-20 | gdb: fully separate coff and elf reading from dbx | Guinevere Larsen | 1 | -0/+129 |
2024-09-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -1/+2 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -2/+2 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -2/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-31 | gdb: remove some unnecessary frame_info_ptr resets | Simon Marchi | 1 | -2/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-08 | Simplify the public DWARF API | Tom Tromey | 1 | -2/+4 |
2023-11-21 | gdb: Use std::string_view instead of gdb::string_view | Lancelot Six | 1 | -4/+4 |
2023-11-14 | gdb: merge debug symbol file lookup code from coffread & elfread paths | Andrew Burgess | 1 | -54/+3 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -2/+2 |
2023-09-19 | Use gdb::checked_static_cast for code_breakpoint | Tom Tromey | 1 | -1/+1 |
2023-08-31 | [symtab/27831] Fix OBJF_MAINLINE assert | Kevin Buettner | 1 | -7/+5 |
2023-08-18 | Remove most includes of psymtab.h | Tom Tromey | 1 | -1/+0 |
2023-07-15 | gdb: style filenames in separate debug file warnings | Andrew Burgess | 1 | -9/+7 |
2023-07-10 | Avoid crash with absolute symbol | Tom Tromey | 1 | -1/+2 |
2023-05-25 | gdb: add breakpoint::first_loc methods | Simon Marchi | 1 | -2/+2 |
2023-05-25 | gdb: add breakpoint "has locations" methods | Simon Marchi | 1 | -2/+2 |
2023-05-18 | gdb/elfread.c: Add plt symbol check for _PROCEDURE_LINKAGE_TABLE_ | Hui Li | 1 | -0/+3 |
2023-04-13 | Avoid double-free with debuginfod | Tom Tromey | 1 | -9/+10 |
2023-03-28 | Use unrelocated_addr in minimal symbols | Tom Tromey | 1 | -9/+13 |
2023-03-08 | Remove OBJF_REORDERED | Tom Tromey | 1 | -4/+0 |
2023-03-02 | [gdb/symtab] Add set/show always-read-ctf on/off | Tom de Vries | 1 | -1/+23 |
2023-02-13 | Introduce set_lval method on value | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-01 | gdb: defer warnings when loading separate debug files | Alexandra Hájková | 1 | -2/+11 |
2023-01-03 | Add new overload of gdbarch_return_value | Tom Tromey | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-10-18 | gdb: update gnu ifunc resolve | Markus Metzger | 1 | -66/+87 |
2022-10-12 | [gdb/symtab] Factor out elf_symfile_read_dwarf2 | Tom de Vries | 1 | -64/+78 |
2022-10-11 | gdb: fix auxv caching | Simon Marchi | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -1/+1 |
2022-08-30 | gdb/elfread.c: Use bfd filename instead of objfile->original_name | Aaron Merey | 1 | -2/+3 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -21/+22 |
2022-07-29 | gdb: introduce symtab_create_debug_printf | Simon Marchi | 1 | -11/+4 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -2/+2 |
2022-06-17 | Convert location_spec_to_string to a method | Pedro Alves | 1 | -2/+1 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -2/+2 |
2022-05-20 | Rename base_breakpoint -> code_breakpoint | Pedro Alves | 1 | -3/+3 |
2022-05-20 | Move add_location(sal) to base_breakpoint | Pedro Alves | 1 | -3/+3 |