aboutsummaryrefslogtreecommitdiff
path: root/gdb/printcmd.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-25gdb: move execute function declarations from gdbcmd.h to top.hSimon Marchi1-0/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero1-12/+14
2024-04-19gdb: Use passed gdbarch instead of calling current_inferiorGustavo Romero1-1/+1
2024-04-19gdb: aarch64: Move MTE address check out of set_memtagGustavo Romero1-5/+5
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20Add obj_section::contains methodTom Tromey1-1/+1
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-1/+1
2024-01-19gdb: remove SYMBOL_*_OPS macrosSimon Marchi1-5/+5
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-3/+3
2023-11-08gdb: make skip_over_slash_fmt available outside printcmd.cAndrew Burgess1-65/+0
2023-10-30Remove some frame invalidation codeTom Tromey1-7/+1
2023-10-22Style history variable outputTom Tromey1-1/+3
2023-10-10gdb: remove target_gdbarchSimon Marchi1-34/+32
2023-10-05gdb: remove unnecessary nullptr check in free_objfile observersSimon Marchi1-6/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-3/+3
2023-07-07gdb: check max-value-size when reading strings for printfAndrew Burgess1-4/+35
2023-07-07gdb: remove last alloca call from printcmd.cAndrew Burgess1-17/+13
2023-07-07gdb: remove two uses of alloca from printcmd.cAndrew Burgess1-27/+22
2023-06-07Fix gdb.base/memtag.exp failureLuis Machado1-1/+1
2023-05-30gdb: add support for %V to printf commandAndrew Burgess1-1/+29
2023-05-23Introduce and use parser flagsTom Tromey1-1/+4
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey1-2/+1
2023-05-01Remove evaluate_expressionTom Tromey1-6/+6
2023-04-29gdb: Fix building with latest libc++Manoj Gupta1-1/+1
2023-04-28Allow strings with printf/evalKeith Seitz1-2/+2
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