Age | Commit message (Expand) | Author | Files | Lines |
2024-04-23 | gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extensionusers/simark/try-remove-vla | Simon Marchi | 1 | -1/+1 |
2024-04-23 | gdb: remove uses of VLA | Simon Marchi | 9 | -54/+64 |
2024-04-23 | gdb: adjust copyright years of extract-store-integer.{c,h} | Simon Marchi | 2 | -2/+2 |
2024-04-23 | gdb: move symbol_file_command declaration to symfile.h | Simon Marchi | 3 | -17/+17 |
2024-04-23 | gdb: remove enum precision_type | Simon Marchi | 1 | -7/+0 |
2024-04-23 | gdb: move annotation_level declaration/definition to annotate.{h,c} | Simon Marchi | 5 | -14/+13 |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 51 | -88/+144 |
2024-04-23 | gdb: change type of quit_flag to bool | Simon Marchi | 2 | -5/+5 |
2024-04-23 | gdb: change return type of check_quit_flag to bool | Simon Marchi | 5 | -12/+12 |
2024-04-23 | gdb: move declarations of check_quit_flag and set_quit_flag to extension.h | Simon Marchi | 3 | -32/+34 |
2024-04-23 | gdb: remove unused include in infrun.c | Simon Marchi | 1 | -1/+1 |
2024-04-23 | gdb/dwarf2/read.c: remove pessimizing std::move | Simon Marchi | 1 | -1/+1 |
2024-04-22 | gdb: don't include gdbsupport/array-view.h in defs.h | Simon Marchi | 1 | -1/+0 |
2024-04-22 | gdb: don't include hashtab.h in defs.h | Simon Marchi | 4 | -2/+3 |
2024-04-22 | gdb: move RequireLongest to gdbsupport/traits.h | Simon Marchi | 3 | -4/+3 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 141 | -327/+559 |
2024-04-22 | gdb: remove extract_long_unsigned_integer | Simon Marchi | 2 | -56/+0 |
2024-04-22 | gdb: move `enum compile_i_scope_types` to compile/compile.h | Simon Marchi | 4 | -28/+30 |
2024-04-22 | gdb: move two declarations out of defs.h | Simon Marchi | 5 | -9/+10 |
2024-04-22 | gdb/testsuite: Use default gdb_expect timeout in runto | Thiago Jung Bauermann | 1 | -1/+1 |
2024-04-22 | gdb: fix unknown variable typo in c-exp.y | Andrew Burgess | 1 | -1/+1 |
2024-04-21 | Remove a couple of VLAs | Tom Tromey | 2 | -2/+6 |
2024-04-21 | Remove some alloca uses | Tom Tromey | 8 | -64/+16 |
2024-04-19 | gdb: add target_debug_printf and target_debug_printf_nofunc | Simon Marchi | 3 | -590/+390 |
2024-04-19 | gdb: make regcache::debug_print_register return a string | Simon Marchi | 3 | -20/+21 |
2024-04-19 | gdb: make debug_target use one-liners | Simon Marchi | 3 | -864/+835 |
2024-04-19 | gdb: make target debug functions return std::string | Simon Marchi | 5 | -377/+379 |
2024-04-19 | gdb: fix include for gdb_signal in target/waitstatus.h | Simon Marchi | 3 | -1/+3 |
2024-04-19 | gdb: convert target debug macros to functions | Simon Marchi | 1 | -144/+266 |
2024-04-19 | gdb: add includes in target-debug.h | Simon Marchi | 1 | -0/+4 |
2024-04-19 | gdb: Document qIsAddressTagged packet | Gustavo Romero | 2 | -3/+44 |
2024-04-19 | gdb/testsuite: Add unit tests for qIsAddressTagged packet | Gustavo Romero | 1 | -0/+67 |
2024-04-19 | gdb: Add qIsAddressTagged packet | Gustavo Romero | 1 | -0/+75 |
2024-04-19 | gdb: Introduce is_address_tagged target hook | Gustavo Romero | 13 | -25/+100 |
2024-04-19 | gdb: Use passed gdbarch instead of calling current_inferior | Gustavo Romero | 1 | -1/+1 |
2024-04-19 | gdb: aarch64: Remove MTE address checking from memtag_matches_p | Gustavo Romero | 1 | -4/+0 |
2024-04-19 | gdb: aarch64: Move MTE address check out of set_memtag | Gustavo Romero | 2 | -9/+5 |
2024-04-19 | gdb: aarch64: Remove MTE address checking from get_memtag | Gustavo Romero | 1 | -4/+0 |
2024-04-18 | [gdb/testsuite] Use find_gnatmake instead of gdb_find_gnatmake | Tom de Vries | 2 | -1/+16 |
2024-04-18 | [gdb/testsuite] Use allocator_may_return_null=1 in two test-cases | Tom de Vries | 3 | -6/+33 |
2024-04-18 | gdbsupport: constify some return values in print-utils.{h,cc} | Simon Marchi | 2 | -2/+2 |
2024-04-18 | Add DW_TAG_compile_unit DIE to Dummy CUs | Will Hawkins | 1 | -0/+1 |
2024-04-17 | Remove a copy from c-exp.y:parse_number | Tom Tromey | 1 | -18/+13 |
2024-04-17 | gdb/Windows: Fix detach while running | Pedro Alves | 3 | -8/+267 |
2024-04-17 | gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallback | Pedro Alves | 2 | -58/+6 |
2024-04-17 | Use section name in DWARF error message | Tom Tromey | 1 | -2/+3 |
2024-04-17 | gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extension | Simon Marchi | 1 | -0/+1 |
2024-04-17 | Fix include guard typo | Matt Wozniski | 1 | -1/+1 |
2024-04-17 | gdb/record: minor clean, remove some unneeded arguments | Andrew Burgess | 3 | -6/+37 |
2024-04-17 | gdb/record: add an assert in cmd_record_start | Andrew Burgess | 1 | -1/+6 |