aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-05-16[gdb/tui] Don't show line number for lines not in source fileTom de Vries3-21/+39
2023-05-16Update comments for the gdb/24331 fix.Paul Pluzhnikov2-3/+4
2023-05-16gdb/testsuite: fix formatting of gdb.python/py-disasm.pyAndrew Burgess1-3/+3
2023-05-16gdb/testsuite: make gdb_supported_languages a caching procAndrew Burgess1-5/+23
2023-05-16gdb/testsuite: fix regressions in break-main-file-remove-fail.expAndrew Burgess1-1/+16
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess5-93/+1366
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess5-80/+31
2023-05-15Correctly handle forward DIE references in scannerTom Tromey2-3/+104
2023-05-13Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov3-7/+35
2023-05-12Fix regression due to Pragma Import seriesTom Tromey4-0/+28
2023-05-12Use bool and early loop exit in remove_extra_symbolsTom Tromey1-5/+5
2023-05-12Use reference parameter in remove_extra_symbolsTom Tromey1-25/+25
2023-05-12Handle Ada Pragma Import and Pragma ExportTom Tromey12-4/+442
2023-05-12Introduce symbol_block_ops::get_block_valueTom Tromey2-1/+11
2023-05-12Define symbol::value_block separatelyTom Tromey1-4/+7
2023-05-12Bump MAX_SYMBOL_IMPLSTom Tromey1-1/+1
2023-05-12Introduce lookup_minimal_symbol_linkageTom Tromey3-23/+38
2023-05-12gdb: remove unnecessary call to std::string constructorSimon Marchi1-1/+1
2023-05-12Add dynamic_prop::is_constantTom Tromey14-43/+45
2023-05-12Implement DAP register scopeTom Tromey2-5/+33
2023-05-12Fix calling debuginfo-less functions in AdaTom Tromey6-2/+113
2023-05-12gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess3-9/+30
2023-05-12gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess3-2/+84
2023-05-12gdb/doc: improve Python Disassembler API documentationAndrew Burgess1-5/+12
2023-05-12gdb/testsuite: extend special '^' handling to gdb_test_multipleAndrew Burgess7-28/+39
2023-05-12gdb: fix error message for $_gdb_maint_settingAndrew Burgess2-2/+25
2023-05-12[gdb/testsuite] Fix gdb.dwarf2/opt-out-not-implptr.exp for -m32Tom de Vries1-7/+45
2023-05-12[gdb/testsuite] Make is_64_target more robustTom de Vries1-1/+8
2023-05-12[gdb/cli] Fix wrapping for TERM=ansiTom de Vries3-13/+1
2023-05-11Do not print <synthetic pointer> when piece is optimized outTom Tromey3-8/+91
2023-05-11gdb/testsuite: Match file size in gdb.debuginfod/crc_mismatch.expAaron Merey1-1/+1
2023-05-11Disable out-of-scope watchpointsJohnson Sun4-0/+103
2023-05-11Add "scheduler-locking" to documentation indexTom Tromey1-0/+1
2023-05-10[gdb/tui] Fix tui compact-source a bit moreTom de Vries2-17/+29
2023-05-10gdb/rust: fix crash for expression debug with stringsAndrew Burgess2-1/+25
2023-05-10[gdb/tui] Fix tui compact-sourceTom de Vries4-8/+71
2023-05-09Support higher baud rates when they are definedDan Callaghan1-0/+66
2023-05-09gdb: fix use-after-free in check_longjmp_breakpoint_for_call_dummySimon Marchi1-9/+16
2023-05-08x86-fbsd-nat: Add missing public label.John Baldwin1-0/+1
2023-05-08gdb: Avoid warning for the jump command inside an inline function.Felix Willgerodt3-1/+76
2023-05-07Remove parameter from select_source_symtabTom Tromey2-20/+10
2023-05-07Remove ALL_BREAKPOINTS_SAFETom Tromey1-71/+63
2023-05-07Remove ALL_DICT_SYMBOLSTom Tromey5-30/+57
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey20-276/+294
2023-05-07Rename objfile::sectionsTom Tromey11-29/+30
2023-05-06Allow pretty-print of static membersTom Tromey3-16/+47
2023-05-05Filter out types from DAP scopes requestTom Tromey2-7/+7
2023-05-05Use discrete_position in ada-valprint.cTom Tromey1-30/+9
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess35-158/+254
2023-05-05gdb/testsuite: more newline pattern cleanupAndrew Burgess5-9/+9