aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-04-10[gdb/testsuite] Fix -readnow FAIL in gdb.base/style.expTom de Vries2-1/+15
2020-04-10[gdb/cli] Don't let python colorize strip leading newlinesTom de Vries5-2/+24
2020-04-09gdb: move Tom de Vries to Global MaintainersSimon Marchi2-1/+6
2020-04-09Partially revert my UB fix in record_lineBernd Edlinger2-19/+26
2020-04-09Add SVR4 psABI specific parser for AUXV entriesKamil Rytarowski5-44/+80
2020-04-08Make last_wait_event staticTom Tromey3-9/+15
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey4-11/+23
2020-04-08Introduce fetch_pending_stopTom Tromey4-20/+51
2020-04-08Share some inferior-related Windows codeTom Tromey4-25/+72
2020-04-08Share handle_exceptionTom Tromey4-189/+241
2020-04-08Remove some globals from windows-nat.cTom Tromey2-6/+6
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey3-17/+32
2020-04-08Fix up complaints.h for namespace useTom Tromey2-2/+9
2020-04-08Normalize handle_output_debug_string APITom Tromey3-5/+21
2020-04-08Share some Windows-related globalsTom Tromey4-88/+124
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey4-51/+71
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey3-39/+59
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey4-0/+18
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey3-0/+13
2020-04-08Handle pending stops from the Windows kernelTom Tromey4-13/+215
2020-04-08Change type of argument to windows-nat.c:thread_recTom Tromey2-20/+55
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey5-26/+79
2020-04-08Use lwp, not tid, for Windows thread idTom Tromey2-27/+40
2020-04-08Make windows_thread_info::name a unique_xmalloc_ptrTom Tromey3-9/+10
2020-04-08Change two windows_thread_info members to "bool"Tom Tromey3-5/+16
2020-04-08Use new and delete for windows_thread_infoTom Tromey3-15/+34
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey3-19/+72
2020-04-08Rename windows_thread_info::id to "tid"Tom Tromey2-5/+11
2020-04-08Remove the "next" field from windows_thread_infoTom Tromey2-31/+29
2020-04-08gdb: stop using host-dependent signal numbers in windows-tdep.cSimon Marchi5-79/+205
2020-04-08Remove objfile parameter from read_gdb_index_from_bufferSimon Marchi2-5/+9
2020-04-08[gdb/testsuite] Fix imported-unit.exp FAIL without psymtabsTom de Vries3-10/+40
2020-04-08[gdb/testsuite] Add gcc/94469 xfails to gdb.ada/call_pn.expTom de Vries2-3/+52
2020-04-07Define NetBSD specific skip_solib_resolverKamil Rytarowski2-0/+22
2020-04-07DWARFv5: Info address command error in gdb with DWARFfv5.nitachra2-4/+28
2020-04-07DWARFv5: Handle location list for split dwarf.nitachra2-5/+24
2020-04-07Support for DW_AT_loclists_base and DW_FORM_loclistx.nitachra3-1/+151
2020-04-07gdb: small cleanups in dwarf2_psymtab constructorsSimon Marchi3-9/+11
2020-04-07[gdb/symtab] Add symbol with inherited DW_AT_const_value to psymtabsTom de Vries4-0/+146
2020-04-07[gdb/symtab] Fix check-psymtab failure for inline functionTom de Vries5-7/+73
2020-04-06Implement basic threading support in the NetBSD targetKamil Rytarowski3-0/+185
2020-04-06Select variant field when printing variantTom Tromey7-2/+146
2020-04-06Fix build breakage in NetBSD tdep filesTom Tromey7-2/+15
2020-04-06Handle complex error type in read_base_typeTom Tromey2-1/+18
2020-04-06Add signal number conversions for NetBSDKamil Rytarowski14-0/+342
2020-04-03Fix attributes of typed enums of typedefsHannes Domani5-4/+83
2020-04-03Fix DWARF disassembly of DW_OP_const_typeTom Tromey2-0/+11
2020-04-02gdb: use bfd_get_section_contents to read section contents in is_linked_with_...Simon Marchi4-8/+36
2020-04-02gdb: replace some calls to internal_error with gdb_assertSimon Marchi5-18/+21
2020-04-02Avoid assertion failure due to complex type changeTom Tromey2-2/+12