aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-02-10gdb/fortran: add parser support for lbound and uboundAndrew Burgess7-0/+524
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess15-39/+86
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess12-43/+73
2021-02-10[gdb/testsuite] Fix tcl ERROR in gdb_load_no_complaintsTom de Vries2-3/+5
2021-02-09Fix typo in stap_parse_argument_conditionallyTom Tromey2-1/+5
2021-02-09[gdb/symtab] Fix element type modification in read_array_typeTom de Vries5-10/+72
2021-02-09gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess5-170/+288
2021-02-09[testsuite] Don't use 'testfile' before 'standard_testfile'.Hafiz Abid Qadeer5-8/+16
2021-02-09Avoid crash from coerce_unspec_val_to_typeTom Tromey4-7/+15
2021-02-09Avoid crash in resolve_dynamic_structTom Tromey2-4/+9
2021-02-08Build gdb.base/gnu-ifunc.exp with lazy bindingLuis Machado2-0/+8
2021-02-08[gdb/testsuite] Use DW_FORM_ref_addr in gdb.dwarf2/enqueued-cu-base-addr.expTom de Vries2-1/+5
2021-02-08gdb: Do not interrupt atomic sequences for ARCShahab Vahedi2-1/+82
2021-02-08gdb: return true in TuiWindow.is_valid only if TUI is enabledAndrew Burgess11-15/+394
2021-02-08gdb/python: don't allow the user to delete window title attributesAndrew Burgess5-2/+29
2021-02-08gdb/tui: don't add windows to global list from tui_layout:window::applyAndrew Burgess5-15/+56
2021-02-08gdb/tui: restore delete of window objectsAndrew Burgess2-0/+6
2021-02-08gdb/python: reformat an error stringAndrew Burgess5-3/+12
2021-02-08gdb/tui: fix issue with handling the return characterAndrew Burgess6-54/+110
2021-02-08gdb/testsuite: fix implementation of delete line in tuiterm.expAndrew Burgess4-18/+106
2021-02-07Don't draw register sub windows outside the visible areaHannes Domani2-2/+19
2021-02-07Don't fill regs window with a negative number of spacesHannes Domani2-1/+7
2021-02-07Refresh regs window in display_registers_fromHannes Domani2-0/+7
2021-02-07Also compare frame_id_is_next in frapy_richcompareHannes Domani2-2/+9
2021-02-06[gdb/testsuite] Fix gdb.tui/tui-layout-asm.exp with -m32Tom de Vries2-2/+11
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