8 days ago |
Tom Tromey | Change file initialization to use INIT_GDB_FILE macro |
blob | commitdiff | raw |
2025-04-08 |
Tom Tromey | Update copyright dates to include 2025 |
blob | commitdiff | raw | diff to current |
2025-03-30 |
Tom de Vries | [gdb] Skip selftest with warning |
blob | commitdiff | raw | diff to current |
2025-03-18 |
Tom Tromey | Use gdb unordered map in regcache.c |
blob | commitdiff | raw | diff to current |
2025-02-28 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix some namespace comment... |
blob | commitdiff | raw | diff to current |
2025-01-08 |
Thiago Jung Bauermann | GDB, gdbserver: Convert regcache_register_size function... |
blob | commitdiff | raw | diff to current |
2024-12-04 |
Tom Tromey | Use ui-out tables in some "maint print" commands |
blob | commitdiff | raw | diff to current |
2024-11-12 |
Tom de Vries | [gdb/tdep] Use raw_supply_part_zeroed for AArch64 |
blob | commitdiff | raw | diff to current |
2024-04-25 |
Simon Marchi | gdb: remove gdbcmd.h |
blob | commitdiff | raw | diff to current |
2024-04-23 |
Simon Marchi | gdb: move store/extract integer functions to extract... |
blob | commitdiff | raw | diff to current |
2024-04-19 |
Simon Marchi | gdb: make regcache::debug_print_register return a string |
blob | commitdiff | raw | diff to current |
2024-03-27 |
Simon Marchi | gdb, gdbserver, gdbsupport: remove includes of early... |
blob | commitdiff | raw | diff to current |
2024-01-12 |
Andrew Burgess | Update copyright year range in header of all files... |
blob | commitdiff | raw | diff to current |
2023-12-20 |
Pedro Alves | displaced_step_finish: Don't fetch the regcache of... |
blob | commitdiff | raw | diff to current |
2023-12-14 |
Simon Marchi | gdb: add gdbarch_pseudo_register_write that takes a... |
blob | commitdiff | raw | diff to current |
2023-12-14 |
Simon Marchi | gdb: rename gdbarch_pseudo_register_write to gdbarch_de... |
blob | commitdiff | raw | diff to current |
2023-12-14 |
Simon Marchi | gdb: read pseudo register through frame |
blob | commitdiff | raw | diff to current |
2023-12-14 |
Simon Marchi | gdb: add value::allocate_register |
blob | commitdiff | raw | diff to current |
2023-12-14 |
Simon Marchi | gdb: change regcache interface to use array_view |
blob | commitdiff | raw | diff to current |
2023-12-14 |
Simon Marchi | gdb: simplify conditions in regcache::{read,write,raw_c... |
blob | commitdiff | raw | diff to current |
2023-12-14 |
Simon Marchi | gdb: use reg_buffer_common throughout gdbsupport/common... |
blob | commitdiff | raw | diff to current |
2023-12-01 |
Simon Marchi | gdb: return when exceeding buffer size in regcache... |
blob | commitdiff | raw | diff to current |
2023-11-21 |
Lancelot Six | gdb: Replace gdb::optional with std::optional |
blob | commitdiff | raw | diff to current |
2023-11-17 |
Simon Marchi | gdb: remove get_current_regcache |
blob | commitdiff | raw | diff to current |
2023-11-17 |
Simon Marchi | gdb: remove regcache's address space |
blob | commitdiff | raw | diff to current |
2023-11-01 |
Simon Marchi | gdb: use gdb::byte_vector instead of gdb::def_vector... |
blob | commitdiff | raw | diff to current |
2023-10-10 |
Simon Marchi | gdb: add inferior::{arch, set_arch} |
blob | commitdiff | raw | diff to current |
2023-09-11 |
Tom Tromey | Specialize std::hash for ptid_t |
blob | commitdiff | raw | diff to current |
2023-06-05 |
Tom de Vries | [gdb] Fix more typos |
blob | commitdiff | raw | diff to current |
2023-04-17 |
Simon Marchi | gdb: make regcache::raw_update switch to right inferior |
blob | commitdiff | raw | diff to current |
2023-04-17 |
Simon Marchi | gdb: remove regcache::target |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Introduce set_lval method on value |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Turn many optimized-out value functions into methods |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Turn some value_contents functions into methods |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Turn allocate_value into a static "constructor" |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Turn value_type into method |
blob | commitdiff | raw | diff to current |
2023-02-02 |
Simon Marchi | gdb: initial support for ROCm platform (AMDGPU) debugging |
blob | commitdiff | raw | diff to current |
2023-01-01 |
Joel Brobecker | Update copyright year range in header of all files... |
blob | commitdiff | raw | diff to current |
2022-11-22 |
John Baldwin | regcache: Add collect/supply_regset variants that accep... |
blob | commitdiff | raw | diff to current |
2022-10-19 |
Pedro Alves | internal_error: remove need to pass __FILE__/__LINE__ |
blob | commitdiff | raw | diff to current |
2022-10-14 |
Tom Tromey | Use scoped_value_mark in more places |
blob | commitdiff | raw | diff to current |
2022-10-02 |
Andrew Burgess | gdb: update now gdbarch_register_name doesn't return... |
blob | commitdiff | raw | diff to current |
2022-09-21 |
Simon Marchi | gdb: remove TYPE_LENGTH |
blob | commitdiff | raw | diff to current |
2022-08-04 |
Tom Tromey | Use registry in gdbarch |
blob | commitdiff | raw | diff to current |
2022-06-13 |
Tom de Vries | [gdb] Avoid warnings in cooked_{read,write}_test for... |
blob | commitdiff | raw | diff to current |
2022-05-05 |
Simon Marchi | gdb: make regcache's cooked_write_test selftest work... |
blob | commitdiff | raw | diff to current |
2022-03-29 |
Tom Tromey | Unify gdb printf functions |
blob | commitdiff | raw | diff to current |
2022-01-28 |
John Baldwin | regcache: Zero-extend small registers described by... |
blob | commitdiff | raw | diff to current |
2022-01-05 |
Tom Tromey | Use filtered output in some dumping commands |
blob | commitdiff | raw | diff to current |
2022-01-01 |
Joel Brobecker | Automatic Copyright Year update after running gdb/copyr... |
blob | commitdiff | raw | diff to current |
2021-12-03 |
Simon Marchi | gdb: make extract_integer take an array_view |
blob | commitdiff | raw | diff to current |
2021-10-25 |
Simon Marchi | gdb: change functions returning value contents to use... |
blob | commitdiff | raw | diff to current |
2021-07-13 |
John Baldwin | Add regcache_map_supplies helper routine. |
blob | commitdiff | raw | diff to current |
2021-07-13 |
Simon Marchi | gdb: maintain ptid -> thread map, optimize find_thread_ptid |
blob | commitdiff | raw | diff to current |
2021-07-13 |
Pedro Alves | gdb: make inferior_list use intrusive_list |
blob | commitdiff | raw | diff to current |
2021-05-27 |
Simon Marchi | gdb: fix tab after space indentation issues |
blob | commitdiff | raw | diff to current |
2021-05-27 |
Simon Marchi | gdb: make add_com_alias accept target as a cmd_list_element |
blob | commitdiff | raw | diff to current |
2021-05-26 |
Simon Marchi | gdb: don't zero-initialize reg_buffer contents |
blob | commitdiff | raw | diff to current |
2021-04-24 |
Simon Marchi | gdbsupport, gdb: give names to observers |
blob | commitdiff | raw | diff to current |
2021-03-24 |
Simon Marchi | gdb: remove current_top_target function |
blob | commitdiff | raw | diff to current |
2021-03-23 |
Simon Marchi | gdb: remove push_target free functions |
blob | commitdiff | raw | diff to current |
2021-01-21 |
Simon Marchi | gdb: make some variables static |
blob | commitdiff | raw | diff to current |
2021-01-01 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | raw | diff to current |
2020-12-13 |
Andrew Burgess | gdb: introduce new 'maint flush ' prefix command |
blob | commitdiff | raw | diff to current |
2020-08-20 |
Simon Marchi | gdb: handle the `ptid.is_pid ()` case in registers_chan... |
blob | commitdiff | raw | diff to current |
2020-08-20 |
Simon Marchi | gdb: split regcaches management selftest |
blob | commitdiff | raw | diff to current |
2020-08-20 |
Simon Marchi | gdb: refactor test_get_thread_arch_aspace_regcache |
blob | commitdiff | raw | diff to current |
2020-08-20 |
Simon Marchi | gdb: clear regcaches at the start of regcaches selftest |
blob | commitdiff | raw | diff to current |
2020-08-08 |
Tom de Vries | [gdb/build] Fix missing implicit constructor call with... |
blob | commitdiff | raw | diff to current |
2020-08-07 |
Simon Marchi | gdb: change regcache list to be a map |
blob | commitdiff | raw | diff to current |
2020-08-07 |
Simon Marchi | gdb: pass target to thread_ptid_changed observable |
blob | commitdiff | raw | diff to current |
2020-08-06 |
Simon Marchi | gdb: move regcache::regcaches to regcache.c |
blob | commitdiff | raw | diff to current |
2020-08-06 |
Simon Marchi | gdb: rename regcache::current_regcache to regcache... |
blob | commitdiff | raw | diff to current |
2020-06-23 |
Pedro Alves | Fix "maint selftest" regression, add struct scoped_mock... |
blob | commitdiff | raw | diff to current |
2020-05-16 |
Simon Marchi | gdb: remove TYPE_NAME macro |
blob | commitdiff | raw | diff to current |
2020-05-14 |
Simon Marchi | gdb: remove TYPE_CODE macro |
blob | commitdiff | raw | diff to current |
2020-05-14 |
Tankut Baris Aktemur | gdb: protect some 'regcache_read_pc' calls |
blob | commitdiff | raw | diff to current |
2020-01-13 |
Simon Marchi | gdb: add back declarations for _initialize functions |
blob | commitdiff | raw | diff to current |
2020-01-10 |
Pedro Alves | Multi-target support |
blob | commitdiff | raw | diff to current |
2020-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
2019-12-04 |
Simon Marchi | Fix regcache::cooked_read_test selftest for mep |
blob | commitdiff | raw | diff to current |
2019-09-20 |
Ulrich Weigand | Remove Cell Broadband Engine debugging support |
blob | commitdiff | raw | diff to current |
2019-08-06 |
Philippe Waroquiers | Make first and last lines of 'command help documentatio... |
blob | commitdiff | raw | diff to current |
2019-07-09 |
Tom Tromey | Rename common to gdbsupport |
blob | commitdiff | raw | diff to current |
2019-06-14 |
Tom Tromey | Remove alloca(0) calls |
blob | commitdiff | raw | diff to current |
2019-01-25 |
Tom Tromey | Normalize includes to use common/ |
blob | commitdiff | raw | diff to current |
2019-01-23 |
Tom Tromey | Use scope_exit in regcache.c |
blob | commitdiff | raw | diff to current |
2019-01-21 |
Tom Tromey | Remove duplicate or commented-out #includes |
blob | commitdiff | raw | diff to current |
2019-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | raw | diff to current |
2018-11-30 |
Pedro Alves | target_ops::to_stratum -> target_ops::stratum() virtual... |
blob | commitdiff | raw | diff to current |
2018-11-30 |
Pedro Alves | Move test_target_ops to a separate file |
blob | commitdiff | raw | diff to current |
2018-11-22 |
Pedro Alves | Per-inferior thread list, thread ranges/iterators,... |
blob | commitdiff | raw | diff to current |
2018-10-23 |
Hafiz Abid Qadeer | Fix failing cooked_read selftest for CSKY. |
blob | commitdiff | raw | diff to current |
2018-10-22 |
Simon Marchi | Introduce gdbarch_num_cooked_regs |
blob | commitdiff | raw | diff to current |
2018-10-05 |
Tom Tromey | Simple -Wshadow=local fixes |
blob | commitdiff | raw | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_equal |
blob | commitdiff | raw | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_match |
blob | commitdiff | raw | diff to current |
2018-06-22 |
Alan Hayward | Use partial register read/writes in transfer_regset |
blob | commitdiff | raw | diff to current |
2018-06-21 |
Pedro Alves | Use thread_info and inferior pointers more throughout |
blob | commitdiff | raw | diff to current |
2018-06-21 |
Alan Hayward | Avoid memcpys in regcache read_part/write_part for... |
blob | commitdiff | raw | diff to current |
next |