aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey6-14/+31
2020-04-08Introduce fetch_pending_stopTom Tromey4-20/+51
2020-04-08Share some inferior-related Windows codeTom Tromey6-31/+77
2020-04-08Share handle_exceptionTom Tromey6-304/+266
2020-04-08Remove some globals from windows-nat.cTom Tromey2-6/+6
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey5-33/+45
2020-04-08Fix up complaints.h for namespace useTom Tromey2-2/+9
2020-04-08Normalize handle_output_debug_string APITom Tromey5-14/+39
2020-04-08Share some Windows-related globalsTom Tromey6-96/+130
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey6-101/+77
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey5-49/+79
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey9-7/+41
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey5-1/+17
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 Tromey8-57/+95
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 Tromey5-8/+24
2020-04-08Use new and delete for windows_thread_infoTom Tromey5-20/+41
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey5-48/+77
2020-04-08Rename windows_thread_info::id to "tid"Tom Tromey2-5/+11
2020-04-08Rename win32_thread_info to windows_thread_infoTom Tromey5-37/+58
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[PATCH 1/4]: microblaze: remove duplicate prototypesGunther Nikl2-15/+4
2020-04-08[PATCH 4/4]: Add generic prototype for md_pcrel_from_sectionGunther Nikl33-34/+39
2020-04-08[PATCH 3/4]: m32c: remove duplicate define and prototypeGunther Nikl2-4/+3
2020-04-08[PATCH 2/4]: moxie: use generic pcrel supportGunther Nikl2-8/+5
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-08Automatic date update in version.inGDB Administrator1-1/+1
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-07ChangeLog entry for last change.Rainer Orth1-0/+7
2020-04-07ld: Fix several 32-bit SPARC plugin testsRainer Orth1-15/+19
2020-04-07gas: Mention support for Intel SERIALIZE and TSXLDTRKH.J. Lu2-0/+7
2020-04-07gas/doc/c-z80.texi: Fix @xref warningsH.J. Lu2-5/+13
2020-04-07[gdb/symtab] Fix check-psymtab failure for inline functionTom de Vries5-7/+73
2020-04-07Add support for intel TSXLDTRK instructions$Cui,Lili14-4155/+4284
2020-04-07Automatic date update in version.inGDB Administrator1-1/+1
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