aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-03-06Move dwarf2_get_dwz_file to dwarf2/dwz.hTom Tromey6-242/+269
2021-03-06Include scoped_fd.h in debuginfod-support.hTom Tromey2-0/+6
2021-03-06Avoid crash on missing dwz fileTom Tromey7-14/+97
2021-03-06Change section_is_p to a method on dwarf2_section_namesTom Tromey3-79/+82
2021-03-06Create new file dwarf2/sect-names.hTom Tromey5-45/+79
2021-03-06Micro-optimize abbrev reading and storageTom Tromey4-67/+61
2021-03-06Make valgrind tests more robust by adding --wait=1 to vgdb invocationMark Wielaard2-1/+5
2021-03-05CTF: add all members of an enum type to psymtabWeimin Pan2-3/+32
2021-03-05CTF: set up debug info for function argumentsWeimin Pan4-61/+109
2021-03-05gdb/riscv: write CSRs into baremetal core dumpsAndrew Burgess2-0/+69
2021-03-05gdb/riscv: make riscv target description names globalAndrew Burgess3-4/+25
2021-03-05gdb/riscv: introduce bare metal core dump supportAndrew Burgess8-3/+291
2021-03-05gdb: write target description into core fileAndrew Burgess6-0/+82
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess10-264/+255
2021-03-04gdb: set current thread in sparc_{fetch,collect}_inferior_registers (PR gdb/2...Simon Marchi7-8/+63
2021-03-04Use "bool" in ada-lang.cTom Tromey2-10/+16
2021-03-03Minor Ada-related cleanupsTom Tromey3-17/+31
2021-03-03gdb, testsuite: enforce lazy binding for gdb.btrace/rn-dl-bind.expMarkus Metzger2-1/+6
2021-03-03testsuite, gdb.btrace: adjust expected source line in non-stop.expMarkus Metzger2-2/+6
2021-03-03testsuite, gdb.btrace: remove implicit debug option in stepi.expMarkus Metzger2-1/+5
2021-03-03testsuite, gdb.btrace: adjust expected output to pass with clangMarkus Metzger4-21/+37
2021-03-03testsuite, gdb.btrace: move -Wl,-x to ldflagsMarkus Metzger2-1/+5
2021-03-03testsuite, gdb.btrace: pass rn-dl-bind.exp with clangMarkus Metzger2-9/+24
2021-03-03testsuite, gdb.btrace: remove assembly-check in delta.expMarkus Metzger2-8/+6
2021-03-03testsuite: extend nopie handling to add -fno-pie to compiler flagsMarkus Metzger3-4/+21
2021-03-02Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey8-307/+198
2021-03-02Use std::string rather than grow_vectTom Tromey2-76/+34
2021-03-02Return a vector from ada_lookup_symbol_listTom Tromey4-205/+158
2021-03-02Simplify resolve_subexp by using C++ algorithmsTom Tromey2-29/+32
2021-03-02Use new for ada_symbol_cacheTom Tromey2-40/+22
2021-03-02Check objfile->sf in ada-lang.cTom Tromey2-7/+14
2021-02-27[PR gdb/27393] set directories: handle empty dirs.Lancelot SIX4-0/+54
2021-02-26Minor fix in skip_ctf_testsTom Tromey2-1/+7
2021-02-26testsuite: Remove extra \n from expected output of tsv notificationsJan Vrany2-5/+10
2021-02-26testsuite: note on use_gdb_stub usageMarkus Metzger2-0/+7
2021-02-25Fix date in ChangeLogKevin Buettner1-1/+1
2021-02-25Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner2-0/+11
2021-02-25gdb: relax assertion in target_mourn_inferiorSimon Marchi2-1/+7
2021-02-25Fix initial thread state of non-threaded remote targetsJan Matyas4-4/+36
2021-02-25gdb/testsuite: Add a missing -wrap in gdb_test_multipleAndrew Burgess2-1/+5
2021-02-25gdb/mi: Remove extra \n from tsv and and traceframe notificationsJan Vrany2-4/+10
2021-02-25[gdb/symtab] Fix wrong unit_type Dwarf ErrorTom de Vries2-1/+7
2021-02-25gdb/fortran: don't access non-existent type fieldsAndrew Burgess6-18/+243
2021-02-25gdb/fortran: add support for ASSOCIATED builtinAndrew Burgess7-14/+436
2021-02-25gdb/fortran: add support for legacy .xor. operatorAndrew Burgess4-0/+17
2021-02-24[gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_implicit_constTom de Vries4-3/+47
2021-02-24Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner2-0/+12
2021-02-24Fix aarch64-linux-hw-point.c build problemKevin Buettner2-1/+6
2021-02-24gdb: use std::string instead of a fixed size bufferAndrew Burgess4-18/+24
2021-02-24gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess6-13/+27