Age | Commit message (Expand) | Author | Files | Lines |
2021-08-18 | gdb/solib: Refactor scan_dyntag | Aaron Merey | 1 | -109/+9 |
2021-05-27 | gdb: remove iterate_over_breakpoints function | Simon Marchi | 1 | -1/+2 |
2021-05-27 | gdb: add breakpoint::locations method | Simon Marchi | 1 | -3/+1 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+2 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -15/+19 |
2021-02-24 | gdb: make the target_sections table private within program_space | Andrew Burgess | 1 | -1/+1 |
2021-02-24 | gdb: spread a little 'const' through the target_section_table code | Andrew Burgess | 1 | -1/+2 |
2021-02-22 | Change target_bfd_reopen to take a gdb_bfd_ref_ptr | Tom Tromey | 1 | -3/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -31/+31 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -9/+12 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -28/+47 |
2020-10-29 | Remove current_target_sections macro | Tom Tromey | 1 | -1/+1 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -1/+1 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -9/+9 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-06-15 | Change target_read_string API | Tom Tromey | 1 | -14/+8 |
2020-05-08 | Remove ALL_SO_LIBS and so_list_head | Tom Tromey | 1 | -6/+2 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -11/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-21 | Fix disabling of solib probes when LD_AUDITing | George Barrett | 1 | -1/+21 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-15 | Change iterate_over_breakpoints to take a function_view | Christian Biesinger | 1 | -5/+5 |
2019-09-21 | gdb: fix formatting in solib-svr4.c | Simon Marchi | 1 | -2/+2 |
2019-09-20 | Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order | Christian Biesinger | 1 | -19/+37 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -32/+27 |
2019-09-02 | Check arguments for all probes before using them | Alan Hayward | 1 | -4/+14 |
2019-09-02 | Use gdbarch for probe::get_argument_count | Alan Hayward | 1 | -1/+1 |
2019-09-02 | Refactor svr4_create_solib_event_breakpoints | Alan Hayward | 1 | -67/+60 |
2019-07-24 | Allow passing a block to lookup_global_symbol_from_objfile | Christian Biesinger | 1 | -1/+2 |
2019-06-10 | Remove newlines from warnings | Tom Tromey | 1 | -1/+1 |
2019-05-08 | Convert solib-svr4.c to type-safe registry API | Tom Tromey | 1 | -44/+32 |
2019-04-22 | solib-svr4: Pass down svr4_info as much as possible | Simon Marchi | 1 | -43/+41 |
2019-04-22 | Fix "nosharedlibrary + continue + shared lib event" crash | Pedro Alves | 1 | -3/+43 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -6/+6 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -18/+12 |
2019-03-24 | Remove null_block_symbol | Tom Tromey | 1 | -1/+1 |
2019-03-12 | Handle an edge case for minisym TLS variable lookups. | John Baldwin | 1 | -0/+5 |
2019-03-06 | Remove last cleanups from solib-svr4.c | Tom Tromey | 1 | -7/+10 |
2019-03-06 | Remove cleanup from solib-svr4.c | Tom Tromey | 1 | -30/+10 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-09-19 | Handle 64-bit Solaris/x86 ld.so.1 | Rainer Orth | 1 | -1/+5 |
2018-08-22 | Make read_program_headers_from_bfd return a gdb::byte_vector | Simon Marchi | 1 | -37/+21 |
2018-08-22 | Make read_program_header return a gdb::byte_vector | Simon Marchi | 1 | -71/+60 |
2018-08-19 | Fix formatting in solib-svr4.c | Simon Marchi | 1 | -4/+4 |
2018-08-19 | Fix debugging of stripped PIE executables with padded PT_TLS | Michael Spang | 1 | -2/+6 |