aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-17Introduce find_source_or_rewriteTom Tromey3-19/+37
2021-07-17Simplify file_and_directory storage managementTom Tromey1-10/+7
2021-07-17Pass file_and_directory through DWARF line-decoding codeTom Tromey1-32/+25
2021-07-17Rename and refactor psymtab_include_file_nameTom Tromey1-18/+19
2021-07-17Add basic Z80 CPU supportSergey Belyashov10-2/+2966
2021-07-17gdb: make all_inferiors_safe actually workSimon Marchi1-1/+1
2021-07-16gdb: Support stepping out from signal handler on riscv*-linuxLancelot SIX3-0/+38
2021-07-16gdb/testsuite: Declare that riscv*-*-linux* cannot hardware_single_stepLancelot SIX1-1/+1
2021-07-16Document quick_symbol_functions::expand_symtabs_matching invariantTom Tromey4-3/+15
2021-07-16Fix array stride bugTom Tromey3-7/+20
2021-07-15Avoid expression parsing crash with unknown languageTom Tromey2-2/+8
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi12-64/+59
2021-07-14gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi10-42/+391
2021-07-14[gdb/procfs.c] Fix build failure in find_stop_signalLibor Bukata1-2/+2