aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-09-10Add netbsd_nat::enable_proc_events in gdb/natKamil Rytarowski3-0/+31
2020-09-10Add gdb/nat common functions for listing threadsKamil Rytarowski3-0/+156
2020-09-10Add netbsd_nat::pid_to_exec_fileKamil Rytarowski3-0/+32
2020-09-10Build nat/netbsd-nat.o for the NetBSD native targetKamil Rytarowski2-1/+5
2020-09-10Register a placeholder for NetBSD shared functions in gdb/natKamil Rytarowski3-0/+56
2020-09-09Fix latent bug in ada-lang.c:remove_extra_symbolsTom Tromey2-2/+7
2020-09-08Fix uninitialized warning in gdb_bfd_openTom Tromey2-3/+9
2020-09-08Avoid hash table corruption in gdb_bfd.cTom Tromey2-42/+61
2020-09-08[gdb/testsuite] Fix gdb.dwarf2/frame-inlined-in-outer-frame.expTom de Vries2-0/+6
2020-09-07gdb/infrun: use switch_to_target_no_thread to switch the targetTankut Baris Aktemur2-7/+7
2020-09-06Remove unused declaration from symfile.hTom Tromey2-2/+4
2020-09-03Allow Flang kind printing in complex.exp,pointer-to-pointer.exp,vla-ptr-info.expAlok Kumar Sharma5-8/+53
2020-09-03Support printing of 16 byte real/complex type for Flang compilerAlok Kumar Sharma2-1/+8
2020-09-03[gdb/breakpoint, PIE] Handle setting breakpoint on label without addressTom de Vries4-1/+19
2020-09-02gdb: remove maint_print_section_dataSimon Marchi2-59/+53
2020-09-02Do not auto-dereference null pointers in Ada MI varobjTom Tromey6-11/+43
2020-09-01gdb: change bcache::insert `added` parameter to boolSimon Marchi5-15/+20
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