aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-01Move Rust union tests to new fileTom Tromey5-25/+88
2020-04-01Remove local variable from simple.rs test caseTom Tromey2-1/+4
2020-04-01gdb/infrun: stop all threads if there exists a non-stop targetTankut Baris Aktemur5-4/+118
2020-04-01gdb: define convenience function 'exists_non_stop_target'Tankut Baris Aktemur3-0/+28
2020-04-01Allow pointer arithmetic with integer referencesHannes Domani5-3/+41
2020-04-01gdb/remote: do not check for null_ptid in stop replyTankut Baris Aktemur4-7/+30
2020-04-01Avoid copying in lookup_name_infoTom Tromey8-41/+95
2020-04-01Avoid some copying in psymtab.cTom Tromey2-42/+25
2020-03-31Fix py-tui.c build problemTom Tromey2-1/+12
2020-03-31Don't pass NULL to memcpy in gdbTom Tromey2-2/+8
2020-03-31[gdb/testsuite] Fix c-linkage-name.exp with -fltoTom de Vries2-7/+18
2020-03-30RISC-V: Update CSR to privileged spec 1.11.Nelson Chu3-4/+11
2020-03-30Change ada_which_variant_applies to value APITom Tromey4-15/+13
2020-03-30[PowerPC] Fix debug register issues in ppc-linux-natPedro Franco de Carvalho2-396/+1020
2020-03-30[PowerPC] Move up some register access routinesPedro Franco de Carvalho2-164/+172
2020-03-30Add low_new_clone method to linux_nat_target.Pedro Franco de Carvalho3-0/+13
2020-03-30[gdb/testsuite] Fix c-linkage-name.exp with {cc-with-gdb-index,readnow}.expTom de Vries3-17/+57
2020-03-29gdb: rename partial symtab expand functions of debug info readers using legac...Simon Marchi4-10/+23
2020-03-29gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi7-7/+20
2020-03-29gdb: remove discard_psymtab functionSimon Marchi4-8/+8
2020-03-28Fix comment in dwarf2/attribute.hTom Tromey2-3/+8
2020-03-28Fix formatting of read_attribute_reprocessTom Tromey2-2/+7
2020-03-27Always fix system DLL paths for 32bit programsHannes Domani2-19/+28
2020-03-26Support AT_BSDFLAGS on FreeBSD.John Baldwin2-0/+5
2020-03-26Change two functions to be methods on struct attributeTom Tromey4-60/+86
2020-03-26Move DWARF-constant stringifying code to new fileTom Tromey5-93/+163
2020-03-26Rewrite new die_info methodsTom Tromey2-12/+21
2020-03-26Change two more functions to be methods on die_infoTom Tromey3-31/+37
2020-03-26Remove sibling_dieTom Tromey2-36/+38
2020-03-26Change dwarf2_attr_no_follow to be a methodTom Tromey3-29/+27
2020-03-26Remove dwarf2_cu::base_knownTom Tromey2-30/+25