aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Add spaceship operator to cp-name-parser.yTom Tromey1-1/+18
2024-05-14Allow function types as template parameters in name canonicalizerTom Tromey2-7/+4
2024-05-14Implement C++14 numeric separatorsTom Tromey3-10/+53
2024-05-14Fix C++ canonicalization of hex literalsTom Tromey1-5/+56
2024-05-14Remove some unnecessary allocations from cpname_state::parse_numberTom Tromey1-13/+12
2024-05-14Fix C++ name canonicalizations of character literalsTom Tromey1-6/+43
2024-05-14Change storage of demangle_componentTom Tromey3-81/+14
2024-05-14Clean up demangle_parse_infoTom Tromey2-16/+4
2024-05-14Allow initialization functions in .y filesTom Tromey1-1/+3
2024-05-14Remove test code from cp-name-parser.yTom Tromey3-153/+1
2024-05-14Disallow trailing whitespace in docstringsTom Tromey8-15/+30
2024-05-14Remove fflush call from tui_refresh_cmd_winTom Tromey1-5/+0
2024-05-14gdb/doc: don't delete *.pod files too earlyAndrew Burgess1-4/+2
2024-05-14gdb/testsuite: remove unnecessary -Wl,-soname,NAME build flagsAndrew Burgess4-14/+8
2024-05-14Adjust C++ destructor type testsJason Merrill1-3/+3
2024-05-14Fix Segmentation Fault in AIX during multi process debugging.Aditya Vidyadhar Kamath1-1/+2
2024-05-11[gdb/testsuite] Fix Wreturn-mismatch in gdb.base/list-dot-nodebug.expTom de Vries1-1/+1
2024-05-10Change gdbarch_inner_than to return boolTom Tromey7-13/+13
2024-05-10Remove tui_refresh_allTom Tromey3-14/+5
2024-05-10Add symbol, line, and location to DAP disassemble resultTom Tromey3-7/+209
2024-05-10Implement tp_richcompare for gdb.BlockTom Tromey1-1/+23
2024-05-10Simplify DAP make_source callersTom Tromey3-7/+8
2024-05-10Remove FIXME from DAPTom Tromey1-1/+0
2024-05-10Pass stream to remote_console_outputTom Tromey1-8/+12
2024-05-10gdb: add gdbarch_stack_grows_down functionAndrew Burgess3-6/+30
2024-05-10gdb sim testing, set gdb_protocol to "sim"Pedro Alves1-0/+4
2024-05-10[gdb/python] Make gdb.UnwindInfo.add_saved_register more robust (fixup)Tom de Vries1-9/+17
2024-05-09Fix typo in gdb/README.Eli Zaretskii1-1/+1
2024-05-09gdb: convert address_in_mem_range to mem_range::containsAndrew Burgess4-12/+10
2024-05-09gdb: add a new build_id_equal functionAndrew Burgess3-6/+29
2024-05-08gdb/doc: use silent-rules.mk in the MakefileAndrew Burgess2-85/+90
2024-05-08gdb: Change "list ." command's error when no debuginfo is availableGuinevere Larsen6-13/+155
2024-05-08gdb: more filename stylingAndrew Burgess2-10/+16
2024-05-08[gdb/testsuite] Add gdb.tui/reread.expTom de Vries1-0/+39
2024-05-08Fix AIX thread exit events not being reported and UI to show kernel thread ID.Aditya Vidyadhar Kamath2-170/+78
2024-05-08[gdb/python] Make gdb.UnwindInfo.add_saved_register more robustTom de Vries1-0/+12
2024-05-07Fix heap-use-after-free because all_objfiles_removed triggers tui_display_mainHannes Domani1-11/+2
2024-05-07gdb/arch: assert that X86_XSTATE_MPX is not set for x32Andrew Burgess1-2/+6
2024-05-07gdb.base/watchpoint-running.exp: Run sw watch tests even if no hw watchPedro Alves1-1/+1
2024-05-07Remove gdb.base/watchpoint-running.exp leftoverPedro Alves1-2/+0
2024-05-07gdb/testsuite/lib/rocm: Fix with_rocm_gpu_lockLancelot SIX1-1/+1
2024-05-06Fix build issues with mingw toolchainBernd Edlinger2-0/+3
2024-05-06[gdb/testsuite] Handle ptrace operation not permitted in can_spawn_for_attachTom de Vries9-39/+135
2024-05-06[gdb/exp] Redo cast handling for indirectionTom de Vries2-6/+4
2024-05-04Fix heap-use-after-free in index-cached with --disable-threadingHannes Domani1-1/+1
2024-05-04Remove dwarf2_per_objfile::adjustTom Tromey2-15/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_attribute_valueTom Tromey1-1/+0
2024-05-04Remove call to dwarf2_per_objfile::adjust from read_call_site_scopeTom Tromey1-5/+2
2024-05-04Remove more calls to dwarf2_per_objfile::adjustTom Tromey1-18/+8
2024-05-04Remove call to dwarf2_per_objfile::adjust from ranges readersTom Tromey2-4/+0