summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Special case "&str" in Rust parserTom Tromey2023-05-172-0/+13
* [gdb/tui] Don't show line number for lines not in source fileTom de Vries2023-05-163-21/+39
* Update comments for the gdb/24331 fix.Paul Pluzhnikov2023-05-162-3/+4
* gdb/testsuite: fix formatting of gdb.python/py-disasm.pyAndrew Burgess2023-05-161-3/+3
* gdb/testsuite: make gdb_supported_languages a caching procAndrew Burgess2023-05-161-5/+23
* gdb/testsuite: fix regressions in break-main-file-remove-fail.expAndrew Burgess2023-05-161-1/+16
* gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess2023-05-165-93/+1366
* gdb/python: rework how the disassembler API reads the result objectAndrew Burgess2023-05-165-80/+31
* Correctly handle forward DIE references in scannerTom Tromey2023-05-152-3/+104
* Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov2023-05-133-7/+35
* Fix regression due to Pragma Import seriesTom Tromey2023-05-124-0/+28
* Use bool and early loop exit in remove_extra_symbolsTom Tromey2023-05-121-5/+5
* Use reference parameter in remove_extra_symbolsTom Tromey2023-05-121-25/+25
* Handle Ada Pragma Import and Pragma ExportTom Tromey2023-05-1212-4/+442
* Introduce symbol_block_ops::get_block_valueTom Tromey2023-05-122-1/+11
* Define symbol::value_block separatelyTom Tromey2023-05-121-4/+7
* Bump MAX_SYMBOL_IMPLSTom Tromey2023-05-121-1/+1
* Introduce lookup_minimal_symbol_linkageTom Tromey2023-05-123-23/+38
* gdb: remove unnecessary call to std::string constructorSimon Marchi2023-05-121-1/+1
* Add dynamic_prop::is_constantTom Tromey2023-05-1214-43/+45
* Implement DAP register scopeTom Tromey2023-05-122-5/+33
* Fix calling debuginfo-less functions in AdaTom Tromey2023-05-126-2/+113
* gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess2023-05-123-9/+30
* gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess2023-05-123-2/+84
* gdb/doc: improve Python Disassembler API documentationAndrew Burgess2023-05-121-5/+12
* gdb/testsuite: extend special '^' handling to gdb_test_multipleAndrew Burgess2023-05-127-28/+39
* gdb: fix error message for $_gdb_maint_settingAndrew Burgess2023-05-122-2/+25
* [gdb/testsuite] Fix gdb.dwarf2/opt-out-not-implptr.exp for -m32Tom de Vries2023-05-121-7/+45
* [gdb/testsuite] Make is_64_target more robustTom de Vries2023-05-121-1/+8
* [gdb/cli] Fix wrapping for TERM=ansiTom de Vries2023-05-123-13/+1
* Do not print <synthetic pointer> when piece is optimized outTom Tromey2023-05-113-8/+91
* gdb/testsuite: Match file size in gdb.debuginfod/crc_mismatch.expAaron Merey2023-05-111-1/+1
* Disable out-of-scope watchpointsJohnson Sun2023-05-114-0/+103
* Add "scheduler-locking" to documentation indexTom Tromey2023-05-111-0/+1
* [gdb/tui] Fix tui compact-source a bit moreTom de Vries2023-05-102-17/+29
* gdb/rust: fix crash for expression debug with stringsAndrew Burgess2023-05-102-1/+25
* [gdb/tui] Fix tui compact-sourceTom de Vries2023-05-104-8/+71
* Support higher baud rates when they are definedDan Callaghan2023-05-091-0/+66
* gdb: fix use-after-free in check_longjmp_breakpoint_for_call_dummySimon Marchi2023-05-091-9/+16
* x86-fbsd-nat: Add missing public label.John Baldwin2023-05-081-0/+1
* gdb: Avoid warning for the jump command inside an inline function.Felix Willgerodt2023-05-083-1/+76
* Remove parameter from select_source_symtabTom Tromey2023-05-072-20/+10
* Remove ALL_BREAKPOINTS_SAFETom Tromey2023-05-071-71/+63
* Remove ALL_DICT_SYMBOLSTom Tromey2023-05-075-30/+57
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-0720-276/+294
* Rename objfile::sectionsTom Tromey2023-05-0711-29/+30
* Allow pretty-print of static membersTom Tromey2023-05-063-16/+47
* Filter out types from DAP scopes requestTom Tromey2023-05-052-7/+7
* Use discrete_position in ada-valprint.cTom Tromey2023-05-051-30/+9
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-0535-158/+254