aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-08-02Remove uses of fprintf_symbol_filteredTom Tromey3-17/+7
2021-08-02Handle type qualifier for enumeration nameTom Tromey4-2/+112
2021-08-02Remove the type_qualifier globalTom Tromey1-13/+1
2021-08-02Defer Ada character literal resolutionTom Tromey7-44/+204
2021-08-02Refactor Ada resolutionTom Tromey3-10/+42
2021-08-02Remove add_symbols_from_enclosing_procsTom Tromey1-28/+2
2021-08-02Avoid crash in varobj deletionTom Tromey2-2/+16
2021-08-02[gdb/testsuite] Fix gdb.dwarf2/dw2-using-debug-str.exp with cc-with-dwz-mTom de Vries1-0/+13
2021-08-02[gdb/testsuite] Fix gdb.dwarf2/dw2-using-debug-str.exp with cc-with-gdb-indexTom de Vries1-12/+16
2021-08-02[gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp with cc-with-gdb-indexTom de Vries1-1/+5
2021-08-02[gdb/testsuite] Fix gdb.dwarf2/gdb-index-nodebug.exp with cc-with-gdb-indexTom de Vries1-2/+21
2021-08-02[gdb/testsuite] Fix gdb.dwarf2/fission-relative-dwo.exp with cc-with-gdb-indexTom de Vries1-0/+14
2021-08-02gdb: Make the builtin "boolean" type an unsigned typeShahab Vahedi2-1/+69
2021-08-01[gdb/testsuite] Fix gdb.base/maint.exp with cc-with-gdb-indexTom de Vries1-13/+21
2021-08-01[gdb/testsuite] Fix gdb.base/index-cache.exp with cc-with-gdb-indexTom de Vries1-1/+1
2021-07-30Use iterator_range in more placesTom Tromey1-50/+9
2021-07-30Replace exception_print_same with operator!=Tom Tromey3-18/+1
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