aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-10-08Style more output of "disassemble" commandTom Tromey4-9/+27
2020-10-08Update GDB NEWS with ARC support in GDBserverShahab Vahedi2-0/+6
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess76-512/+599
2020-10-07Add simple_search_memory unit testsTom Tromey3-0/+106
2020-10-07Document inclusive range in help for "find"Tom Tromey2-0/+7
2020-10-07Move simple_search_memory to gdbsupport/search.ccTom Tromey4-112/+24
2020-10-07Rename some tests in find.expTom Tromey2-6/+10
2020-10-07gdb: put user-supplied CFLAGS at the endSimon Marchi2-3/+13
2020-10-07arc: Add support for Linux coredump filesAnton Kolesov5-4/+270
2020-10-07arc: Rename "arc_gdbarch_features" structShahab Vahedi4-19/+26
2020-10-07gdb/infcmd: remove redundant clear_proceed_status callTankut Baris Aktemur2-1/+5
2020-10-07Correct logical error in NetBSD's read_memory and write_memoryKamil Rytarowski2-2/+6
2020-10-07Add common write_memory and read_memory NetBSD routinesKamil Rytarowski4-0/+131
2020-10-07gdb: make signal_catch_counts a static arraySimon Marchi2-3/+6
2020-10-06gdb: Fix installation of gcore.1 on some platformsMichael Forney2-0/+6
2020-10-06Fix gdb.base/list.exp with ClangGary Benson3-2/+7
2020-10-06Fix gdb.base/list-ambiguous.exp with ClangGary Benson3-2/+8
2020-10-06gdb: handle unmapped overlays in find_pc_lineAndrew Burgess2-3/+17
2020-10-06gdb/testsuite: allow gdb.base/overlays.exp to compile for m32rAndrew Burgess4-38/+58
2020-10-05gdb: sync tui header files in HFILES_NO_SRCDIRSimon Marchi2-1/+6
2020-10-05gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.cSimon Marchi2-1/+6
2020-10-05gdb: avoid unnecessary string copy in auto_load_objfile_script_1Simon Marchi2-4/+8
2020-10-05Fix function argument and return value locationsHannes Domani5-5/+46
2020-10-05Add Luis Machado to AArch64/ARM GDB maintainersAlan Hayward2-0/+7
2020-10-04gdb: add doc for "set/show debug event-loop"Simon Marchi4-0/+24
2020-10-04gdb/doc: space out list entries, fix one typeSimon Marchi2-1/+39
2020-10-02Unconditionally use REG_EXTENDEDTom Tromey2-8/+7
2020-10-02gdb: fix some inferior_created observer signaturesSimon Marchi3-10/+7
2020-10-02gdb: add debug prints in event loopSimon Marchi3-2/+86
2020-10-02gdb: move debug_prefixed_vprintf hereSimon Marchi5-46/+10
2020-10-02gdb: give names to async event/signal handlersSimon Marchi10-23/+59
2020-10-02gdb: give names to event loop file handlersSimon Marchi9-8/+33
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi15-18/+24
2020-10-02Fix spelling mistake in gdb/testsuite/README.Gary Benson2-1/+5
2020-10-02DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries.nitachra4-4/+101
2020-10-02Fix the i386 buildKamil Rytarowski2-1/+4
2020-10-02Remove the old sanity check of sigcontext offsets for NetBSD/i386Kamil Rytarowski3-6/+7
2020-10-02Include the x86-bsd-nat.h header and fix the NetBSD/i386 buildKamil Rytarowski2-0/+6
2020-09-30[gdb] Fix regression in dwarf2_nameTom de Vries2-0/+7
2020-09-30Fix regression in variant part handlingTom Tromey2-2/+6
2020-09-30Fix gdb.dwarf2/dw2-double-set-die-type.exp with ClangGary Benson2-4/+10
2020-09-29Remove DW_UNSNDTom Tromey3-89/+102
2020-09-29Add attribute::as_boolean methodTom Tromey4-15/+40
2020-09-29Add attribute::as_virtuality methodTom Tromey4-2/+37
2020-09-29Change die_info methods to check the attribute's formTom Tromey2-5/+22
2020-09-29Change is_valid_DW_AT_defaulted to a method on attributeTom Tromey4-21/+40
2020-09-29Add attribute::as_unsigned methodTom Tromey3-12/+31
2020-09-29Change how accessibility is handled in dwarf2/read.cTom Tromey2-22/+26
2020-09-29Change how reprocessing is doneTom Tromey3-32/+47
2020-09-29Remove DW_ADDRTom Tromey4-9/+37