aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-04-19gdb: add target_debug_printf and target_debug_printf_nofuncSimon Marchi3-590/+390
2024-04-19gdb: make regcache::debug_print_register return a stringSimon Marchi3-20/+21
2024-04-19gdb: make debug_target use one-linersSimon Marchi3-864/+835
2024-04-19gdb: make target debug functions return std::stringSimon Marchi5-377/+379
2024-04-19gdb: fix include for gdb_signal in target/waitstatus.hSimon Marchi3-1/+3
2024-04-19gdb: convert target debug macros to functionsSimon Marchi1-144/+266
2024-04-19gdb: add includes in target-debug.hSimon Marchi1-0/+4
2024-04-19gdb: Document qIsAddressTagged packetGustavo Romero2-3/+44
2024-04-19gdb/testsuite: Add unit tests for qIsAddressTagged packetGustavo Romero1-0/+67
2024-04-19gdb: Add qIsAddressTagged packetGustavo Romero1-0/+75
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero13-25/+100
2024-04-19gdb: Use passed gdbarch instead of calling current_inferiorGustavo Romero1-1/+1
2024-04-19gdb: aarch64: Remove MTE address checking from memtag_matches_pGustavo Romero1-4/+0
2024-04-19gdb: aarch64: Move MTE address check out of set_memtagGustavo Romero2-9/+5
2024-04-19gdb: aarch64: Remove MTE address checking from get_memtagGustavo Romero1-4/+0
2024-04-18[gdb/testsuite] Use find_gnatmake instead of gdb_find_gnatmakeTom de Vries2-1/+16
2024-04-18[gdb/testsuite] Use allocator_may_return_null=1 in two test-casesTom de Vries3-6/+33
2024-04-18gdbsupport: constify some return values in print-utils.{h,cc}Simon Marchi2-2/+2
2024-04-18Add DW_TAG_compile_unit DIE to Dummy CUsWill Hawkins1-0/+1
2024-04-17Remove a copy from c-exp.y:parse_numberTom Tromey1-18/+13
2024-04-17gdb/Windows: Fix detach while runningPedro Alves3-8/+267
2024-04-17gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallbackPedro Alves2-58/+6
2024-04-17Use section name in DWARF error messageTom Tromey1-2/+3
2024-04-17gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extensionSimon Marchi1-0/+1
2024-04-17Fix include guard typoMatt Wozniski1-1/+1
2024-04-17gdb/record: minor clean, remove some unneeded argumentsAndrew Burgess3-6/+37
2024-04-17gdb/record: add an assert in cmd_record_startAndrew Burgess1-1/+6
2024-04-17gdb/record: remove unnecessary use of filename_completerAndrew Burgess1-2/+0
2024-04-17[gdb/testsuite] Require DW_LNE_end_sequenceTom de Vries4-0/+43
2024-04-17[gdb/testsuite] Fix end_sequence addressesTom de Vries10-11/+16
2024-04-17[gdb/testsuite] Require address update for DW_LNS_copyTom de Vries7-0/+16
2024-04-17[gdb/testsuite] Require address update for DW_LNE_end_sequenceTom de Vries11-27/+32
2024-04-17Fix max-depth test case for AIX.Aditya Vidyadhar Kamath1-0/+9
2024-04-17[gdb/testsuite] Fix gdbserver pid in gdb.server/server-kill-python.expTom de Vries1-16/+21
2024-04-17[gdb/testsuite] Simplify gdb.server/server-kill-python.expTom de Vries1-3/+5
2024-04-16[gdb/testsuite] Add gdb.dwarf2/backward-spec-inter-cu.expTom de Vries1-0/+103
2024-04-16[gdb/testsuite] Add gdb.dwarf2/forward-spec-inter-cu.expTom de Vries1-0/+103
2024-04-16Correctly handle DIE parent computationsTom Tromey4-50/+80
2024-04-16Introduce class parent_map for DIE range mapTom Tromey3-31/+154
2024-04-16Add move operators for addrmapTom Tromey2-6/+25
2024-04-16Change handling of DW_TAG_enumeration_type in DWARF scannerTom Tromey1-9/+7
2024-04-16[gdb/symtab] Refactor condition in scan_attributesTom de Vries1-8/+10
2024-04-16gdb/make-target-delegates.py: don't handle "void" in parse_argtypesSimon Marchi1-1/+2
2024-04-16Remove excess whitespace from doc strings of some commandsEli Zaretskii4-10/+10
2024-04-16[gdb/python] Throw MemoryError in inferior.read_memory if malloc failsTom de Vries4-3/+28
2024-04-15Fix crash in gdb_rl_callback_handlerTom Tromey1-4/+7
2024-04-15Remove 'copy_names' parameter from add_using_directiveTom Tromey4-32/+13
2024-04-15gdb: Add Felix Willgerodt as the x86 architecture maintainerJohn Baldwin1-0/+2
2024-04-15Change printf attribute to fix clang buildTom Tromey1-2/+2
2024-04-15Avoid complaint warning on mingwTom Tromey5-29/+27