aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-07-29gdb: fix nr_bits gdb_assert in append_flags_type_fieldSimon Marchi1-1/+1
2021-07-29obsd-nat: Report both thread and PID in ::pid_to_str.John Baldwin1-1/+1
2021-07-29obsd-nat: Various fixes for fork following.John Baldwin2-30/+25
2021-07-29obsd-nat: Various fixes to obsd_nat_target::wait.John Baldwin1-49/+12
2021-07-29x86-bsd-nat: Only define gdb_ptrace when using debug registers.John Baldwin1-8/+8
2021-07-29Don't compile x86 debug register support on OpenBSD.John Baldwin2-5/+9
2021-07-29Fix for gdb.tui/tui-layout-asm.expCarl Love1-2/+30
2021-07-29guile/scm-math: indentation fixesGeorge Barrett1-9/+9
2021-07-29guile: fix make-value with pointer typeGeorge Barrett4-2/+71
2021-07-29gdbtypes: return value from get_unsigned_type_maxGeorge Barrett3-12/+8
2021-07-28Guile: temporary breakpointsGeorge Barrett4-9/+86
2021-07-28gdb: clean up some things in features/MakefileSimon Marchi2-72/+1
2021-07-28gdb: fix missing space in some info variables outputAndrew Burgess3-4/+24
2021-07-28[gdb/symtab] Fix unhandled dwarf expression opcode with gcc-11 -gdwarf-5Tom de Vries1-1/+16
2021-07-27[gdb/testsuite] Add xfail for PR gcc/101643Tom de Vries1-2/+21
2021-07-27[gdb/testsuite] Add xfail for PR gcc/101633Tom de Vries1-11/+42
2021-07-27gdb: remove VALUE_FRAME_ID and fix another frame debug issueAndrew Burgess6-39/+37
2021-07-26Fix for mi-reverse.expCarl Love1-1/+1
2021-07-26Fix the Windows buildTom Tromey1-9/+11
2021-07-26gdb: Fix numerical field extraction for target description "flags"Shahab Vahedi1-2/+34
2021-07-26gdb: move remaining ChangeLogs to legacy filesAndrew Burgess3-0/+0
2021-07-26gdb/mi: handle no condition argument case for -break-conditionTankut Baris Aktemur3-10/+32
2021-07-23Update the NetBSD system call table to match NetBSD-current.Frederic Cambus1-1/+17
2021-07-23gdb/testsuite: test get/set value of unregistered Guile parameterSimon Marchi1-0/+8
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi12-82/+52
2021-07-23gdb: rename cfunc to simple_funcSimon Marchi5-44/+53
2021-07-23gdb: make inferior::m_terminal an std::stringSimon Marchi6-51/+41
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi4-31/+25
2021-07-23gdb: make inferior::m_args an std::stringSimon Marchi6-35/+23
2021-07-23gdb: add setter/getter for inferior cwdSimon Marchi4-26/+29
2021-07-23gdb: add setter/getter for inferior argumentsSimon Marchi6-39/+40
2021-07-23gdb: remove inferior::{argc,argv}Simon Marchi2-28/+5
2021-07-23gdb: un-share set_inferior_cwd declarationSimon Marchi1-2/+3
2021-07-23gdb.base/setshow.exp: fix duplicate test nameSimon Marchi1-2/+4
2021-07-23gdb.base/setshow.exp: split in procsSimon Marchi1-294/+435
2021-07-23gdb.base/setshow.exp: use save_vars to save/restore gdb_promptSimon Marchi1-17/+16
2021-07-23gdb/testsuite: split gdb.python/py-parameter.exp in procsSimon Marchi1-100/+137
2021-07-23Fix for gdb.python/py-breakpoint.expCarl Love1-0/+3
2021-07-23gdb/testsuite: don't error when trying to unset last_spawn_tty_nameAndrew Burgess1-2/+12
2021-07-22[gdb/testsuite] Fix FAILs due to PR gcc/101575Tom de Vries3-5/+71
2021-07-21[gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with gcc-11Tom de Vries3-13/+84
2021-07-21[gdb/testsuite] Fix FAILs due to PR gcc/101452Tom de Vries6-4/+52
2021-07-21[gdb/testsuite] Add KFAILs for gdb.ada FAILs with gcc-11Tom de Vries3-22/+127
2021-07-21Remove `netbsdpe` supportJohn Ericson1-0/+1
2021-07-20Fix printing of non-address types when memory tagging is enabledLuis Machado3-31/+56
2021-07-19gdb: set current thread in btrace_compute_ftrace_{bts,pt}Simon Marchi1-0/+12
2021-07-17gdb: convert nat/x86-dregs.c macros to functionsSimon Marchi1-11/+48
2021-07-17Fix file-name handling regression with DWARF indexTom Tromey4-84/+84
2021-07-17Check for debug-types in map_symbol_filenamesTom Tromey1-2/+4
2021-07-17Simplify DWARF file name cachingTom Tromey1-17/+7