aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add line-number stylingTom Tromey2024-09-301-1/+1
* gdb, testsuite: clean duplicate header includesGerlicher, Klaus2024-09-301-1/+0
* gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi2024-08-121-5/+2
* gdb: remove unused includes in utils.hSimon Marchi2024-05-301-0/+1
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb: move execute function declarations from gdbcmd.h to top.hSimon Marchi2024-04-251-0/+1
* gdb: move annotation_level declaration/definition to annotate.{h,c}Simon Marchi2024-04-231-8/+0
* gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi2024-04-231-0/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-0/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-201-21/+21
* Fix raw-frame-arguments in combination with frame-filtersHannes Domani2024-02-071-0/+2
* gdb: remove some unnecessary frame_info_ptr resetsSimon Marchi2024-01-311-3/+0
* Use domain_search_flags in lookup_symbol et alTom Tromey2024-01-281-2/+2
* gdb: remove SYMBOL_*_OPS macrosSimon Marchi2024-01-191-9/+7
* gdb: Buffer output streams during events that might download debuginfoAaron Merey2024-01-191-10/+25
* gdb: remove unnecessary bracesSimon Marchi2024-01-151-4/+2
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: remove VALUE_REGNUM, add value::regnumSimon Marchi2023-12-241-2/+1
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-8/+8
* gdb: remove get_current_regcacheSimon Marchi2023-11-171-3/+3
* Remove some frame invalidation codeTom Tromey2023-10-301-9/+2
* Use get_frame_address_in_block in print_frameTom Tromey2023-08-261-1/+1
* gdb: add interp::on_user_selected_context_changed methodSimon Marchi2023-05-301-4/+4
* gdb: Remove redundant frame switchingRichard Bunt2023-05-191-6/+0
* Remove evaluate_expressionTom Tromey2023-05-011-1/+1
* Remove ALL_BLOCK_SYMBOLSTom Tromey2023-02-191-13/+6
* Remove deprecated_lval_hackTom Tromey2023-02-131-3/+3
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-5/+5
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_contents_eq into a methodTom Tromey2023-02-131-4/+4
* Turn value_fetch_lazy into a methodTom Tromey2023-02-131-5/+5
* Turn allocate_optimized_out_value into static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-5/+5
* Turn value_type into methodTom Tromey2023-02-131-6/+6
* gdb: make frame_info_ptr auto-reinflatableSimon Marchi2023-01-201-6/+0
* gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi2023-01-201-10/+0
* Add new overload of gdbarch_return_valueTom Tromey2023-01-031-3/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use bool constants for value_print_optionsTom Tromey2022-12-191-1/+1
* Remove subset_compareTom Tromey2022-12-151-3/+3
* gdb: add missing prepare_reinflate call in print_frame_infoSimon Marchi2022-11-101-0/+2
* gdb: remove manual frame_info reinflation code in backtrace_command_1Simon Marchi2022-11-101-14/+1
* gdb: add prepare_reinflate/reinflate around print_frame_args in info_frame_co...Simon Marchi2022-11-101-0/+4
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen2022-10-101-0/+11
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-52/+52
* Remove frame_id_eqTom Tromey2022-10-101-2/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-3/+3