aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-02-05gdb: symmisc.c: remove std_{in,out,err}Simon Marchi2-14/+5
2021-02-05[gdb/breakpoints] Handle glibc with debuginfo in create_exception_master_brea...Tom de Vries2-5/+10
2021-02-05[gdb/symtab] Handle DW_TAG_type_unit in process_psymtab_comp_unitTom de Vries2-0/+8
2021-02-05[gdb/breakpoints] Fix segfault for catch syscall -1Tom de Vries4-0/+17
2021-02-05Return unique_ptr from language_defn::get_compile_contextTom Tromey7-32/+48
2021-02-05Extract symbol-writing function from parsersTom Tromey8-129/+78
2021-02-05[gdb/testsuite] Add KFAILs for PR symtab/24549Tom de Vries3-3/+37
2021-02-05[gdb/exp] Fix assert when adding ptr to imaginary unitTom de Vries6-2/+36
2021-02-05[gdb/symtab] Fix duplicate CUs in create_cus_from_debug_names_listTom de Vries4-0/+28
2021-02-05[gdb/symtab] Fix indentation in create_cus_from_debug_names_listTom de Vries2-15/+21
2021-02-04gdb: riscv: enable sim integrationMike Frysinger2-0/+5
2021-02-04gdb: make target_is_non_stop_p return boolSimon Marchi3-3/+8
2021-02-04gdb: Use correct feature in tdesc-regs for ARCShahab Vahedi2-1/+6
2021-02-04gdb: make record-full clear async handler in waitSimon Marchi2-1/+9
2021-02-04gdb: make record-btrace clear event handler in waitSimon Marchi2-1/+10
2021-02-04gdb: make remote target clear its handler in remote_target::waitSimon Marchi2-20/+19
2021-02-04gdb: make async event handlers clear themselvesSimon Marchi8-4/+33
2021-02-03gdb: infrun: move stop_soon variable to inner scoped in handle_inferior_eventSimon Marchi2-66/+71
2021-02-03Testcase for detaching while stepping over breakpointPedro Alves3-0/+407
2021-02-03detach in all-stop with threads runningPedro Alves4-52/+138
2021-02-03detach with in-line step over in progressPedro Alves2-4/+46
2021-02-03detach and breakpoint removalPedro Alves5-9/+30
2021-02-03prepare_for_detach and ongoing displaced steppingPedro Alves2-57/+77
2021-02-03prepare_for_detach: don't release scoped_restore at the endPedro Alves2-6/+6
2021-02-03Factor out after-stop event handling code from stop_all_threadsPedro Alves2-138/+157
2021-02-03Fix a couple vStopped pending ack bugsPedro Alves2-9/+20
2021-02-03Testcase for attaching in non-stop modePedro Alves3-0/+211
2021-02-03Fix "target extended-remote" + "maint set target-non-stop" + "attach"Pedro Alves2-1/+11
2021-02-03Fix attaching in non-stop mode (PR gdb/27055)Pedro Alves2-15/+11
2021-02-02Inferior without argument prints detail of current inferior.Lancelot SIX8-21/+135
2021-02-02gdb/testsuite: use proc_with_prefix in gdb.base/scope.expSimon Marchi2-5/+9
2021-02-02gdb/testsuite: add test for .debug_{rng,loc}lists section without offset arraySimon Marchi5-13/+164
2021-02-02gdb/dwarf: make read_{loc,rng}list_index return sect_offsetSimon Marchi2-10/+18
2021-02-02gdb/dwarf: split dwarf2_cu::ranges_base in twoSimon Marchi7-85/+251
2021-02-02gdb/testsuite: add .debug_loclists testsSimon Marchi6-0/+551
2021-02-02gdb/testsuite: DWARF assembler: add context parameters to _locationSimon Marchi2-13/+32
2021-02-02gdb/testsuite: add .debug_rnglists testsSimon Marchi4-3/+375
2021-02-02gdb/dwarf: read correct rnglist/loclist header in read_{rng,loc}list_indexSimon Marchi2-6/+47
2021-02-02gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listxSimon Marchi4-4/+31
2021-02-02gdb/dwarf: remove unnecessary check in read_{rng,loc}list_indexSimon Marchi2-11/+6
2021-02-02gdb/dwarf: add missing bound check to read_loclist_indexSimon Marchi2-4/+18
2021-02-02gdb/dwarf: fix bound check in read_rnglist_indexSimon Marchi2-1/+7
2021-02-02gdb/dwarf: change read_loclist_index complaints into errorsSimon Marchi2-8/+16
2021-02-02[gdb/symtab] Fix assert in write_one_signatured_typeTom de Vries4-0/+34
2021-02-01[gdb/testsuite] Fix gdb.dwarf2/fission-reread.exp with .gdb_indexTom de Vries11-52/+64
2021-02-01gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess5-262/+199
2021-01-29[gdb/breakpoint] Fix stepping past non-stmt line-table entriesTom de Vries5-8/+208
2021-01-29[gdb/testsuite] Fix gdb.opt/solib-intra-step.exp with -m32 and gcc-10Tom de Vries2-24/+6
2021-01-28gdb: remove unneeded switch_to_thread from thr_try_catch_cmdAndrew Burgess2-3/+9
2021-01-28gdb/tui: remove special handling of locator/status windowAndrew Burgess13-138/+270