Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-06-18 | Remove resume_section_map_updates_cleanup | Tom Tromey | 1 | -58/+59 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -11/+12 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -9/+9 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -3/+3 |
2018-03-30 | Remove some cleanups from solib-svr4.c | Tom Tromey | 1 | -46/+16 |
2018-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 1 | -6/+4 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -1/+1 |
2018-01-07 | Replace VEC(gdb_xml_value_s) with std::vector | Simon Marchi | 1 | -8/+10 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -18/+18 |
2017-10-27 | Get rid of VEC(probe_p) | Simon Marchi | 1 | -20/+9 |
2017-10-16 | Return unique_xmalloc_ptr from target_read_stralloc | Tom Tromey | 1 | -12/+4 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -8/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-03 | Remove make_cleanup_free_so | Tom Tromey | 1 | -18/+6 |
2017-04-28 | Class-ify lm_info_svr4 | Simon Marchi | 1 | -6/+8 |
2017-04-28 | Make various lm_info implementations inherit from a base class | Simon Marchi | 1 | -58/+53 |
2017-03-20 | Remove unused parameter in solib_add and update_solib_list | Marc-Andre Laperle | 1 | -3/+3 |