aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-12-05Preserve artificial CU name in process_psymtab_comp_unit_readerTom Tromey2-7/+11
2021-12-04Cache the result of find_file_and_directoryTom Tromey2-8/+18
2021-12-04Move file_and_directory to new file and C++-izeTom Tromey2-45/+129
2021-12-04Remove Irix case from find_file_and_directoryTom Tromey1-9/+0
2021-12-04gdb: don't show deprecated aliasesSimon Marchi2-3/+48
2021-12-03gdb/testsuite: fix two "maint info line-table"-related testsSimon Marchi2-0/+8
2021-12-03gdb: revert one array_view copy change in ada-lang.cSimon Marchi1-1/+3
2021-12-03gdb: small "maintenance info line-table" readability improvementsSimon Marchi1-6/+13
2021-12-03gdb: change some alias functions parameters to const-referenceSimon Marchi1-32/+32
2021-12-03gdb: use intrusive_list for cmd_list_element aliases listSimon Marchi2-50/+50
2021-12-03gdb: trivial changes to use array_viewSimon Marchi5-32/+19
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi14-55/+60
2021-12-03gdbsupport: add array_view copy functionSimon Marchi6-62/+169
2021-12-03gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi8-19/+20
2021-12-03gdb: return *this in target_waitstatus settersSimon Marchi1-16/+32
2021-12-03gdb: make saved_filename an std::stringSimon Marchi1-10/+10
2021-12-03gdb: make value_subscripted_rvalue staticAndrew Burgess2-6/+8
2021-12-03gdb/testsuite: give a test a real nameAndrew Burgess1-1/+2
2021-12-03gdb/remote: fix use after free bugAndrew Burgess1-2/+33
2021-12-02gdb: remove unexpected xstrdup in _initialize_maint_test_settingsSimon Marchi1-1/+1
2021-12-02gdb/testsuite: update tests looking for "DWARF 2" debug formatSimon Marchi9-16/+16
2021-12-02(PPC64) fix handling of fixed-point values when using "return" commandJoel Brobecker1-3/+19
2021-12-02(RISCV) fix handling of fixed-point type return valuesJoel Brobecker1-3/+44
2021-12-02(ARM/fixed-point) wrong value shown by "finish" command:Joel Brobecker1-1/+2
2021-12-02(Ada/AArch64) fix fixed point argument passing in inferior funcallXavier Roirand5-1/+112
2021-12-02Implement 'task apply'Tom Tromey6-18/+277
2021-12-02Add "task" keyword to the "watch" commandTom Tromey5-1/+175
2021-12-02gdb, include: replace pragmas with DIAGNOSTIC macros, fix build with g++ 4.8Simon Marchi2-6/+7
2021-12-01gdb: use actual DWARF version in compunit's debugformat fieldSimon Marchi1-1/+12
2021-12-01[gdb/testsuite] Fix typo in gdb.multi/multi-arch-exec.expTom de Vries1-1/+1
2021-12-01[gdb/testsuite] Fix gdb.arch/i386-pkru.exp on linuxTom de Vries1-3/+10
2021-12-01gdb/remote: use scoped_restore to control starting_up flagAndrew Burgess1-22/+22
2021-11-30gdb.base/corefile-buildid.exp: fix DUPLICATEs when failing to generate a core...Simon Marchi1-19/+19
2021-11-30gdb: Powerpc fix gdb.multi/multi-arch-exec.exp testCarl Love1-1/+3
2021-11-30gdb/python: don't use the 'p' format for parsing argsAndrew Burgess2-4/+9
2021-11-30[gdb/testsuite] Fix gdb.base/style.exp with stub-termcapTom de Vries1-3/+8
2021-11-30gdb/testsuite: check the python module is available before using itAndrew Burgess2-0/+31
2021-11-30gdb: fix disassembler regressions for 32-bit armAndrew Burgess1-8/+22
2021-11-30gdb/python: add gdb.RemoteTargetConnection.send_packetAndrew Burgess10-11/+615
2021-11-30gdb: make packet_command function available outside remote.cAndrew Burgess4-35/+119
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess17-4/+725
2021-11-29Allow DW_ATE_UTF for Rust charactersTom Tromey4-13/+75
2021-11-29[PR gdb/27026] CTRL-C is ignored when debug info is downloadedAaron Merey1-0/+15
2021-11-29[gdb/symtab] Fix segfault in search_one_symtabTom de Vries3-1/+105
2021-11-29[gdb/testsuite] Fix typo in proc linesTom de Vries1-1/+1
2021-11-29[gdb/testsuite] Use unique files in gdb.dwarf2/dw2-lines.expTom de Vries2-2/+30
2021-11-29[gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp with -m32Tom de Vries1-10/+2
2021-11-27gdb: fix typos in configureSimon Marchi2-8/+8
2021-11-27[gdb/testsuite] Fix FAIL in gdb.base/list-missing-source.expTom de Vries1-1/+1
2021-11-26[gdb/testsuite] Add gdb.base/include-main.expTom de Vries3-0/+87