Age | Commit message (Expand) | Author | Files | Lines |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+2 |
2021-07-13 | Add regcache_map_supplies helper routine. | John Baldwin | 1 | -0/+27 |
2021-07-12 | gdb: maintain ptid -> thread map, optimize find_thread_ptid | Simon Marchi | 1 | -0/+5 |
2021-07-12 | gdb: make inferior_list use intrusive_list | Pedro Alves | 1 | -1/+0 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -3/+3 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -4/+5 |
2021-05-26 | gdb: don't zero-initialize reg_buffer contents | Simon Marchi | 1 | -2/+5 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -2/+4 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-13 | gdb: introduce new 'maint flush ' prefix command | Andrew Burgess | 1 | -2/+11 |
2020-08-20 | gdb: handle the `ptid.is_pid ()` case in registers_changed_ptid | Simon Marchi | 1 | -25/+105 |
2020-08-20 | gdb: split regcaches management selftest | Simon Marchi | 1 | -60/+125 |
2020-08-20 | gdb: refactor test_get_thread_arch_aspace_regcache | Simon Marchi | 1 | -23/+17 |
2020-08-20 | gdb: clear regcaches at the start of regcaches selftest | Simon Marchi | 1 | -1/+5 |
2020-08-08 | [gdb/build] Fix missing implicit constructor call with gcc 4.8 | Tom de Vries | 1 | -1/+3 |
2020-08-07 | gdb: change regcache list to be a map | Simon Marchi | 1 | -42/+92 |
2020-08-07 | gdb: pass target to thread_ptid_changed observable | Simon Marchi | 1 | -2/+70 |
2020-08-06 | gdb: move regcache::regcaches to regcache.c | Simon Marchi | 1 | -42/+32 |
2020-08-06 | gdb: rename regcache::current_regcache to regcache::regcaches | Simon Marchi | 1 | -31/+29 |
2020-06-23 | Fix "maint selftest" regression, add struct scoped_mock_context | Pedro Alves | 1 | -56/+15 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -9/+9 |
2020-05-14 | gdb: protect some 'regcache_read_pc' calls | Tankut Baris Aktemur | 1 | -0/+18 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -52/+110 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-04 | Fix regcache::cooked_read_test selftest for mep | Simon Marchi | 1 | -0/+1 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -14/+7 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -7/+7 |
2019-06-14 | Remove alloca(0) calls | Tom Tromey | 1 | -7/+0 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-23 | Use scope_exit in regcache.c | Tom Tromey | 1 | -32/+2 |
2019-01-21 | Remove duplicate or commented-out #includes | Tom Tromey | 1 | -1/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -2/+2 |
2018-11-30 | Move test_target_ops to a separate file | Pedro Alves | 1 | -0/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -3/+0 |
2018-10-23 | Fix failing cooked_read selftest for CSKY. | Hafiz Abid Qadeer | 1 | -1/+1 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -15/+6 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -9/+12 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_match | Tom Tromey | 1 | -3/+3 |
2018-06-22 | Use partial register read/writes in transfer_regset | Alan Hayward | 1 | -23/+107 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -1/+18 |
2018-06-21 | Avoid memcpys in regcache read_part/write_part for full registers. | Alan Hayward | 1 | -46/+58 |
2018-06-20 | Rename regcache_cooked_read_ftype and make a function_view | Simon Marchi | 1 | -13/+8 |