aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-02Micro-optimize partial_die_info::readTom Tromey2-4/+8
2020-04-02gdb: Don't remove duplicate entries from the line tableAndrew Burgess10-14/+358
2020-04-02gdb/testsuite: Add support for DW_LNS_set_file to DWARF compilerAndrew Burgess2-0/+10
2020-04-02gdb/testsuite: Add compiler options parameter to function_range helperAndrew Burgess2-2/+7
2020-04-02[gdb/testsuite] Don't use O2 for inlining in break-inline-psymtab.expTom de Vries3-3/+8
2020-04-02[gdb/testsuite] Fix silent timeout in gdb.multi/multi-target.expTom de Vries3-15/+59
2020-04-02[gdb/ada] Fix -readnow FAILsTom de Vries2-3/+34
2020-04-02[gdb] Use partial symbol table to find language for mainTom de Vries9-10/+137
2020-04-02[gdb/testsuite] Accept new complex print style in mixed-lang-stack.expTom de Vries2-2/+6
2020-04-01gdb: fix style issues in is_linked_with_cygwin_dllSimon Marchi2-4/+8
2020-04-01Fix an undefined behavior in record_lineBernd Edlinger2-16/+23
2020-04-01Fix the resizing condition of the line tableBernd Edlinger2-1/+5
2020-04-01Fix value_literal_complex commentTom Tromey3-4/+11
2020-04-01Add _Complex type support to C parserTom Tromey4-30/+68
2020-04-01Implement complex arithmeticTom Tromey4-21/+215
2020-04-01Change the C parser to allow complex constantsTom Tromey2-8/+75
2020-04-01Change how complex types are printed in CTom Tromey12-34/+48
2020-04-01Add accessors for members of complex numbersTom Tromey5-10/+45
2020-04-01Change how complex types are createdTom Tromey10-57/+71