aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-26Move die_info to new headerTom Tromey3-39/+68
2020-03-26Move more code to line-header.cTom Tromey4-329/+368
2020-03-26Convert read_indirect_line_string to a methodTom Tromey3-20/+29
2020-03-26Trivial fix in dwarf_decode_macro_bytesTom Tromey2-3/+8
2020-03-26Use a const dwarf2_section_info in macro readerTom Tromey3-6/+15
2020-03-26Use a const line_header in macro readerTom Tromey4-5/+12
2020-03-26Make some line_header methods constTom Tromey3-6/+24
2020-03-26Move code to new file dwarf2/macro.cTom Tromey5-830/+914
2020-03-26Add dwarf2_section_info::read_string methodTom Tromey4-49/+46
2020-03-26Convert dwarf2_section_buffer_overflow_complaint to a methodTom Tromey4-11/+21
2020-03-26Move dwarf2_section_buffer_overflow_complaint to dwarf2/section.cTom Tromey4-9/+22
2020-03-26Split dwarf_decode_macros into two overloadsTom Tromey2-43/+63
2020-03-26Change dwarf_decode_macro_bytes calling conventionTom Tromey2-10/+21
2020-03-26Add dwz.c and dwz_file::read_stringTom Tromey5-32/+60
2020-03-26Introduce dwarf2/dwz.hTom Tromey6-31/+69
2020-03-25Fix error message in compile-object-load.cTom Tromey2-1/+6
2020-03-25Fix WOW64 process system DLL pathsHannes Domani2-3/+45
2020-03-25[gdb] Print user/includes fields for maint commandsTom de Vries3-3/+64
2020-03-25gdb/riscv: Apply NaN boxing when writing return values into registersAndrew Burgess2-29/+48
2020-03-24gdb: bool-ify follow_forkSimon Marchi12-53/+64
2020-03-24[gdb] Print user for maint info psymtabsTom de Vries2-0/+9
2020-03-23gdb/testsuite: Remove hard coded addresses from expected resultsAndrew Burgess2-2/+7
2020-03-20Make dwarf2_evaluate_property parameter constTom Tromey3-3/+10
2020-03-20[gdb/testsuite] Fix gdb.threads/omp-par-scope.exp XPASSTom de Vries2-1/+27
2020-03-20gdb: remove HAVE_DECL_PTRACESimon Marchi5-37/+9
2020-03-20Update the return type of gdb_ptrace to be more flexibleKamil Rytarowski5-4/+12
2020-03-20Fix assert in c-exp.yTom Tromey2-1/+5
2020-03-20Avoid stringop-truncation errorsTom Tromey3-3/+10
2020-03-20Fix column alignment in "maint info line-table"Tom Tromey4-15/+28
2020-03-20Fix Ada val_print removal regressionTom Tromey5-60/+131
2020-03-20Inherit ppc_nbsd_nat_target from nbsd_nat_targetKamil Rytarowski2-1/+9
2020-03-20Add support for NetBSD threads in hppa-nbsd-nat.cKamil Rytarowski2-7/+15
2020-03-20[gdb/testsuite] Fix timeouts in gdb.threads/step-over-*.expTom de Vries3-2/+14
2020-03-20Add support for NetBSD threads in ppc-nbsd-nat.cKamil Rytarowski2-6/+14
2020-03-19Disable get_ptrace_pid for NetBSDKamil Rytarowski3-19/+44
2020-03-19[AArch64] When unavailable, fetch VG from ptrace.Luis Machado2-3/+23
2020-03-19Avoid get_ptrace_pid() usage on NetBSD in x86-bsd-nat.cKamil Rytarowski2-23/+27
2020-03-19gdb: Handle W and X remote packets without giving a warningAndrew Burgess5-10/+384
2020-03-19gdb/testsuite/fortran: Add mixed language stack testAndrew Burgess5-0/+408
2020-03-19gdb: Remove C++ symbol aliases from completion listAndrew Burgess7-0/+180
2020-03-19gdb: Restructure the completion_tracker classAndrew Burgess3-48/+222
2020-03-19[gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILsTom de Vries2-4/+27