aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Rename "raw" to "unrelocated"Tom Tromey1-1/+1
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey1-1/+1
2023-03-02Handle half-float in 'x' commandTom Tromey1-1/+3
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
2023-02-19Convert contained_in to methodTom Tromey1-3/+3
2023-02-19Convert block_objfile to methodTom Tromey1-1/+1
2023-02-13Rely on value_ref_ptr::operator->Tom Tromey1-2/+2
2023-02-13Remove deprecated_lval_hackTom Tromey1-4/+4
2023-02-13Turn record_latest_value into a methodTom Tromey1-1/+1
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-2/+2
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-5/+5
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-6/+6
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-22/+22
2023-02-10GDB: Introduce limited array lengths while printing valuesAndrew Burgess1-0/+16
2023-01-19GDB: Add a character string limiting optionAndrew Burgess1-4/+5
2023-01-04Use first_opcode in another spotTom Tromey1-1/+1
2023-01-04Convert exp_uses_objfile to a method of expressionTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool constants for value_print_optionsTom Tromey1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-4/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-19/+19
2022-06-18gdb: Add new 'print nibbles' featureEnze Li1-1/+1
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-2/+2
2022-04-20Replace symbol_arch with symbol::archTom Tromey1-1/+1
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey1-1/+1
2022-04-11gdb: remove minimal symbol size macrosSimon Marchi1-2/+2
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi1-7/+7
2022-04-11gdb: remove symbol value macrosSimon Marchi1-11/+11
2022-03-31Remove dbx modeTom Tromey1-12/+0
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey1-1/+0
2022-03-29Rename fprintf_symbol_filteredTom Tromey1-4/+4
2022-03-29Unify gdb printf functionsTom Tromey1-155/+155
2022-03-29Unify gdb puts functionsTom Tromey1-13/+13
2022-03-29Change the pager to a ui_fileTom Tromey1-1/+1
2022-03-10Change how "print/x" displays floating-point valueTom Tromey1-7/+2
2022-02-06gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_OBJFILE_OWNED macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-26Always call the wrap_here methodTom Tromey1-4/+4
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-4/+4
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-5/+5
2022-01-05Use filtered output in ordinary commandsTom Tromey1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-5/+6
2021-08-02Remove uses of fprintf_symbol_filteredTom Tromey1-2/+1
2021-07-20Fix printing of non-address types when memory tagging is enabledLuis Machado1-29/+52
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-2/+1