aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-05-29Fix InlinedFrameDecorator exampleHannes Domani2-1/+5
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi46-138/+142
2021-05-27gdb: fix some indentation issuesSimon Marchi27-677/+685
2021-05-27gdb: remove iterate_over_bp_locations functionSimon Marchi4-29/+25
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi9-77/+65
2021-05-27gdb: add all_bp_locations_at_addr functionSimon Marchi2-148/+119
2021-05-27gdb: add all_bp_locations functionSimon Marchi2-58/+32
2021-05-27gdb: make bp_locations an std::vectorSimon Marchi2-58/+40
2021-05-27gdb: add breakpoint::locations methodSimon Marchi9-101/+83
2021-05-27gdb: add all_tracepoints functionSimon Marchi4-48/+58
2021-05-27gdb: add all_breakpoints_safe functionSimon Marchi2-68/+47
2021-05-27gdb: add all_breakpoints functionSimon Marchi2-119/+78
2021-05-27Add optional full_window argument to TuiWindow.writeHannes Domani4-7/+30
2021-05-27gdb: add option to reverse order of _initialize function callsSimon Marchi4-1/+51
2021-05-27gdb: add make-init-c scriptSimon Marchi5-27/+82
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi26-214/+260
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi9-29/+43
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi22-173/+219
2021-05-27gdb/python: use return values of add_setshow functions in add_setshow_genericSimon Marchi2-67/+71
2021-05-27gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi4-42/+37
2021-05-27gdb: make add_setshow commands return set_show_commandsSimon Marchi7-264/+221
2021-05-27Document gdb.SYMBOL_LOC_LABELHannes Domani2-0/+8
2021-05-27[gdb/symtab] Fix segfault in process_psymtab_comp_unitTom de Vries4-5/+16
2021-05-27[gdb/testsuite] Prevent proc override in gdb-index.expTom de Vries2-2/+9
2021-05-27[gdb/symtab] Fix typo in dwarf error messageTom de Vries2-1/+6
2021-05-27[gdb/symtab] Fix Dwarf Error: cannot find DIETom de Vries5-11/+21
2021-05-26Revert "gdb: change dwarf_die_debug to bool"Simon Marchi2-12/+7
2021-05-26gdb: change dwarf_die_debug to boolSimon Marchi2-7/+12
2021-05-26gdb: don't zero-initialize reg_buffer contentsSimon Marchi2-2/+10
2021-05-26Introduce htab_delete_entryTom Tromey4-39/+28
2021-05-25Fix documentation of gdb.SYMBOL_LOC_COMMON_BLOCKHannes Domani2-2/+6
2021-05-24Prevent flickering when redrawing the TUI python windowHannes Domani2-1/+8
2021-05-24gdb/doc: add '@:' after 'e.g.' to help texinfoAndrew Burgess2-5/+13
2021-05-23[gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries8-16/+34
2021-05-22Fix option type comments for CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND.Philippe Waroquiers2-3/+8
2021-05-21[gdb/testsuite] Add target board cc-with-gnu-debuglink.expTom de Vries4-1/+81
2021-05-21testsuite/gdb.dwarf2: avoid dead code in dw2-inline-with-lexical-scope.cTankut Baris Aktemur2-2/+8
2021-05-21[gdb/breakpoint] Fix assert in jit_event_handlerTom de Vries2-1/+11
2021-05-20gdb: remove linespec_p typedefSimon Marchi2-12/+16
2021-05-20cli-script: use unique_ptr to not leak next structAlexandra Hájková3-36/+55
2021-05-20Add myself to gdb/MAINTAINERSAlexandra Hájková2-0/+5
2021-05-20Clean up my ChangeLog entryAlexandra Hájková1-5/+4
2021-05-19[PATCH]rs6000,testsuite Add a powerpc64-prologue testcase.Will Schmidt3-0/+180
2021-05-19Mark tu_abbrev_offset::operator<() const.John Baldwin2-1/+5
2021-05-19gdb: Move definitions of std::string overloads in ui_out to the headerMarco Barisione2-15/+5
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione16-38/+37
2021-05-19gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione6-5/+12
2021-05-19gdb/testsuite: resolve duplicate test names in gdb.guile/*.expAndrew Burgess2-3/+9
2021-05-19[gdb/testsuite] Fix read1 timeout in gdb.base/info-types-c++.expTom de Vries2-17/+84
2021-05-19inflow.c: Do not leak tty.Alexandra Hájková2-1/+6