| Commit message (Expand) | Author | Age | Files | Lines |
* | Special case "&str" in Rust parser | Tom Tromey | 2023-05-17 | 2 | -0/+13 |
* | [gdb/tui] Don't show line number for lines not in source file | Tom de Vries | 2023-05-16 | 3 | -21/+39 |
* | Update comments for the gdb/24331 fix. | Paul Pluzhnikov | 2023-05-16 | 2 | -3/+4 |
* | gdb/testsuite: fix formatting of gdb.python/py-disasm.py | Andrew Burgess | 2023-05-16 | 1 | -3/+3 |
* | gdb/testsuite: make gdb_supported_languages a caching proc | Andrew Burgess | 2023-05-16 | 1 | -5/+23 |
* | gdb/testsuite: fix regressions in break-main-file-remove-fail.exp | Andrew Burgess | 2023-05-16 | 1 | -1/+16 |
* | gdb/python: extend the Python Disassembler API to allow for styling | Andrew Burgess | 2023-05-16 | 5 | -93/+1366 |
* | gdb/python: rework how the disassembler API reads the result object | Andrew Burgess | 2023-05-16 | 5 | -80/+31 |
* | Correctly handle forward DIE references in scanner | Tom Tromey | 2023-05-15 | 2 | -3/+104 |
* | Fix bad interaction between element limit and repeated values (BZ#24331). | Paul Pluzhnikov | 2023-05-13 | 3 | -7/+35 |
* | Fix regression due to Pragma Import series | Tom Tromey | 2023-05-12 | 4 | -0/+28 |
* | Use bool and early loop exit in remove_extra_symbols | Tom Tromey | 2023-05-12 | 1 | -5/+5 |
* | Use reference parameter in remove_extra_symbols | Tom Tromey | 2023-05-12 | 1 | -25/+25 |
* | Handle Ada Pragma Import and Pragma Export | Tom Tromey | 2023-05-12 | 12 | -4/+442 |
* | Introduce symbol_block_ops::get_block_value | Tom Tromey | 2023-05-12 | 2 | -1/+11 |
* | Define symbol::value_block separately | Tom Tromey | 2023-05-12 | 1 | -4/+7 |
* | Bump MAX_SYMBOL_IMPLS | Tom Tromey | 2023-05-12 | 1 | -1/+1 |
* | Introduce lookup_minimal_symbol_linkage | Tom Tromey | 2023-05-12 | 3 | -23/+38 |
* | gdb: remove unnecessary call to std::string constructor | Simon Marchi | 2023-05-12 | 1 | -1/+1 |
* | Add dynamic_prop::is_constant | Tom Tromey | 2023-05-12 | 14 | -43/+45 |
* | Implement DAP register scope | Tom Tromey | 2023-05-12 | 2 | -5/+33 |
* | Fix calling debuginfo-less functions in Ada | Tom Tromey | 2023-05-12 | 6 | -2/+113 |
* | gdb/python: implement DisassemblerResult.__str__ method | Andrew Burgess | 2023-05-12 | 3 | -9/+30 |
* | gdb/python: implement __repr__ methods for py-disasm.c types | Andrew Burgess | 2023-05-12 | 3 | -2/+84 |
* | gdb/doc: improve Python Disassembler API documentation | Andrew Burgess | 2023-05-12 | 1 | -5/+12 |
* | gdb/testsuite: extend special '^' handling to gdb_test_multiple | Andrew Burgess | 2023-05-12 | 7 | -28/+39 |
* | gdb: fix error message for $_gdb_maint_setting | Andrew Burgess | 2023-05-12 | 2 | -2/+25 |
* | [gdb/testsuite] Fix gdb.dwarf2/opt-out-not-implptr.exp for -m32 | Tom de Vries | 2023-05-12 | 1 | -7/+45 |
* | [gdb/testsuite] Make is_64_target more robust | Tom de Vries | 2023-05-12 | 1 | -1/+8 |
* | [gdb/cli] Fix wrapping for TERM=ansi | Tom de Vries | 2023-05-12 | 3 | -13/+1 |
* | Do not print <synthetic pointer> when piece is optimized out | Tom Tromey | 2023-05-11 | 3 | -8/+91 |
* | gdb/testsuite: Match file size in gdb.debuginfod/crc_mismatch.exp | Aaron Merey | 2023-05-11 | 1 | -1/+1 |
* | Disable out-of-scope watchpoints | Johnson Sun | 2023-05-11 | 4 | -0/+103 |
* | Add "scheduler-locking" to documentation index | Tom Tromey | 2023-05-11 | 1 | -0/+1 |
* | [gdb/tui] Fix tui compact-source a bit more | Tom de Vries | 2023-05-10 | 2 | -17/+29 |
* | gdb/rust: fix crash for expression debug with strings | Andrew Burgess | 2023-05-10 | 2 | -1/+25 |
* | [gdb/tui] Fix tui compact-source | Tom de Vries | 2023-05-10 | 4 | -8/+71 |
* | Support higher baud rates when they are defined | Dan Callaghan | 2023-05-09 | 1 | -0/+66 |
* | gdb: fix use-after-free in check_longjmp_breakpoint_for_call_dummy | Simon Marchi | 2023-05-09 | 1 | -9/+16 |
* | x86-fbsd-nat: Add missing public label. | John Baldwin | 2023-05-08 | 1 | -0/+1 |
* | gdb: Avoid warning for the jump command inside an inline function. | Felix Willgerodt | 2023-05-08 | 3 | -1/+76 |
* | Remove parameter from select_source_symtab | Tom Tromey | 2023-05-07 | 2 | -20/+10 |
* | Remove ALL_BREAKPOINTS_SAFE | Tom Tromey | 2023-05-07 | 1 | -71/+63 |
* | Remove ALL_DICT_SYMBOLS | Tom Tromey | 2023-05-07 | 5 | -30/+57 |
* | Remove ALL_OBJFILE_OSECTIONS | Tom Tromey | 2023-05-07 | 20 | -276/+294 |
* | Rename objfile::sections | Tom Tromey | 2023-05-07 | 11 | -29/+30 |
* | Allow pretty-print of static members | Tom Tromey | 2023-05-06 | 3 | -16/+47 |
* | Filter out types from DAP scopes request | Tom Tromey | 2023-05-05 | 2 | -7/+7 |
* | Use discrete_position in ada-valprint.c | Tom Tromey | 2023-05-05 | 1 | -30/+9 |
* | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 2023-05-05 | 35 | -158/+254 |