aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-08-31corefile.exp: XFAIL warning-free test when testing on dockerKevin Buettner2-0/+12
2020-08-31Work around incorrect/broken pathnames in NT_FILE noteKevin Buettner4-8/+117
2020-08-31gdb: change type of field_info::non_public_fields to boolSimon Marchi2-3/+8
2020-08-31gdb: fix indentation of struct field_infoSimon Marchi2-28/+32
2020-08-31gdb: fix nits in previous patchesSimon Marchi5-3/+13
2020-08-31gdb: support frames inlined into the outer frameScott Linder5-4/+262
2020-08-31gdb: introduce explicit outer frame id kindSimon Marchi3-16/+20
2020-08-31gdb: make frame_unwind_got_optimized return a not_lval valueSimon Marchi6-13/+31
2020-08-31gdb: remove NULL_TYPESimon Marchi7-170/+169
2020-08-31[gdb/testsuite] Add nopie to gdb.base/eh_return.expTom de Vries2-1/+6
2020-08-29Adjust "maint info program-spaces" to per-inferior target stackPedro Alves2-2/+13
2020-08-28Fix gdb.base/advance-until-multiple-locations.exp with some compilersPedro Alves2-2/+8
2020-08-28Fix two out-of-date commentsTom Tromey3-4/+7
2020-08-28[gdb/breakpoint] Handle setting breakpoint on label without addressTom de Vries8-23/+117
2020-08-27Fix advance/until and multiple locations (PR gdb/26524)Pedro Alves5-41/+261
2020-08-27Fix advance/until and inline frames (PR gdb/26523)Pedro Alves2-2/+11
2020-08-27gdb/testsuite: use multi_line in gdb.dwarf2/dw2-reg-undefined.expSimon Marchi2-1/+10
2020-08-27gdb: fix whitespace issues in ChangeLog filesSimon Marchi2-4/+4
2020-08-27gdb/testsuite: make test names unique in gdb.arch/*.expAndrew Burgess9-186/+203
2020-08-27gdb: add gdb_bfd_sections for range-based iterationSimon Marchi3-26/+50
2020-08-26gdb: Add ARC target and maintainer to MAINTAINERSShahab Vahedi2-0/+7
2020-08-25arc: Add GNU/Linux support for ARCAnton Kolesov6-2/+298
2020-08-25arc: Add hardware loop detectionShahab Vahedi5-6/+56
2020-08-25arc: Add inclusion of "gdbarch.h" in "arc-tdep.h"Shahab Vahedi2-0/+5
2020-08-25arc: Add ARCv2 XML target along with refactoringShahab Vahedi19-349/+691
2020-08-25gdb/testsuite: fix gdb.threads/stepi-random-signal.exp pattern (gdb/26532)Simon Marchi2-1/+6
2020-08-25gdb/testsuite: fix gdb.base/ui-redirect.exp pattern (gdb/26532)Simon Marchi2-1/+6
2020-08-25Fix ChangeLog entry for commit b04aa1fc8c9d4a79e6293a3a1df7507052afedf3Gary Benson1-1/+1
2020-08-25Disable Clang's integrated assembler for two testcasesGary Benson3-1/+20
2020-08-25Enable gdb.cp/ambiguous.exp with GCC and clangGary Benson2-2/+17
2020-08-25gdb/modula-2: parsing of multi-subscript arraysGaius Mulley5-7/+96
2020-08-25Revert "Fix for Bug 26372 [Modula-2] Parsing of multi-subscript arrays"Andrew Burgess5-105/+25
2020-08-25Fix for Bug 26372 [Modula-2] Parsing of multi-subscript arraysGaius Mulley5-25/+105
2020-08-24gdb: move declaration of valprint_check_validity to valprint.hSimon Marchi4-15/+21
2020-08-24gdb/testsuite: make runto always emit a FAIL on internal errorSimon Marchi2-3/+7
2020-08-24gdb: add debug_prefixed_vprintfSimon Marchi5-10/+56
2020-08-24gdb: add infrun_debug_printf macroSimon Marchi8-533/+298
2020-08-23ada-lex.l: Ignore register diagnostic also for g++ defaulting to ISO C++17Mark Wielaard2-1/+7
2020-08-22gdb: assert that we don't try to get a frame's id while it is computedSimon Marchi2-25/+85
2020-08-20gdb: handle the `ptid.is_pid ()` case in registers_changed_ptidSimon Marchi2-25/+119
2020-08-20gdb: split regcaches management selftestSimon Marchi2-60/+139
2020-08-20gdb: refactor test_get_thread_arch_aspace_regcacheSimon Marchi2-23/+25
2020-08-20gdb: clear regcaches at the start of regcaches selftestSimon Marchi2-1/+9
2020-08-20gdb: fix typo "breapoint" -> "breakpoint"Tankut Baris Aktemur5-4/+13
2020-08-20Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma8-9/+62
2020-08-18gdb: add linux_nat_debug_printf macroSimon Marchi2-393/+231
2020-08-18gdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS variables.Aaron Merey2-2/+12
2020-08-17gdb: fix IA64 build failure of linux-natSergei Trofimovich2-0/+6
2020-08-17Update xfail pattern in gdb.rust/simple.expTom Tromey2-1/+8
2020-08-17Fix MI crash with Ada string accessTom Tromey7-4/+154