]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/cli
libsframe: fix error code in sframe_decode
[thirdparty/binutils-gdb.git] / gdb / cli /
9 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
12 days ago  Andrew Burgessgdb: filename completion for pipe command -- the shell...
2025-06-02  Andrew Burgessgdb: use quoted filename completion for the shell command
2025-05-09  Tom TromeyFix two comments in cli-style.c
2025-05-02  Tom TromeyUse emoji to indicate errors and warnings
2025-04-22  Tom TromeyRemove ui_file::reset_style
2025-04-14  Andrew Burgessgdb: add an assert to cmd_list_element constructor
2025-04-10  Tom de Vries[gdb/cli] Fix typo in cli-dump.c
2025-04-08  Tom TromeySimplify print_doc_line
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-28  Andrew Burgessgdb: reduce breakpoint-modified events for dprintf b/p
2025-03-26  Guinevere Larsengdb: add configure option to disable compile
2025-03-21  Andrew Burgessgdb: check styled status of source cache entries
2025-03-19  Andrew Burgessgdb/python: new styling argument to gdb.execute
2025-03-17  Andrew Burgessgdb: make cli_styling static within cli/cli-style.c
2025-03-06  Tom de Vries[gdb/cli] Fix typos
2025-02-24  Andrew Burgessgdb/styling: only check TERM environment once, during...
2025-02-24  Andrew Burgessgdb/doc: fix help text for 'set style disassembler...
2025-02-16  Andrew Oatesgdb: fix color_option_def compile error (clang)
2025-02-07  Tom de Vries[gdb/build] Fix x86_64-w64-mingw32 build by avoiding...
2025-01-29  Tom TromeyUse command style in cmd_show_list
2025-01-29  Tom TromeyUse command style in "help" command
2025-01-15  Tom TromeyFix help formatting for string and filename options
2025-01-14  Tom TromeyUse filename style in "show" commands
2025-01-12  Andrei PikasAdd an option with a color type.
2024-12-18  Tom TromeyRun check-include-guards.py
2024-12-13  Tom TromeyReplace uses of "title" style with "command"
2024-12-13  Tom TromeyIntroduce "command" styling
2024-11-22  Tom de Vries[gdbsupport] Add gdb::{waitpid,read,write,close}
2024-11-22  Andrew Burgessgdb/disasm: fix demangling when disassembling the curre...
2024-11-11  Tom TromeyWrap help options when building help string
2024-11-11  Tom TromeyWrap help strings at 80 columns
2024-11-08  Andrew Burgessgdb: fixes and tests for the 'edit' command
2024-11-04  Andrew Burgessgdb: add filename option support
2024-10-22  Tom de Vries[gdb] Handle EINTR in run_under_shell
2024-10-20  Tom TromeyUse std::make_unique in more places
2024-10-08  Tom de Vries[gdb/contrib] Add more separators in spellcheck.sh
2024-10-02  Andrew Burgessgdb: more file name styling
2024-09-30  Tom TromeyAdd line-number styling
2024-09-30  Gerlicher, Klausgdb, testsuite: clean duplicate header includes
2024-09-24  Tom de Vries[gdb] Eliminate catch(...) in pipe_command
2024-09-07  Andrew Burgessgdb: move display of completion results into completion...
2024-09-07  Andrew Burgessgdb: deprecated filename_completer and associated functions
2024-07-15  Simon Marchigdb: pass program space to get_current_source_symtab_an...
2024-07-15  Simon Marchigdb: pass program space to have_{full,partial}_symbols
2024-07-15  Simon Marchigdb: pass program space to clear_current_source_symtab_...
2024-05-31  Simon Marchigdb: remove unused includes in utils.h
2024-05-17  Tom TromeyRemove gdb_stdtargerr
2024-05-08  Guinevere Larsengdb: Change "list ." command's error when no debuginfo...
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-25  Simon Marchigdb: move style_set_list/style_show_list declarations...
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-04-23  Simon Marchigdb: move `enum compile_i_scope_types` to compile/compile.h
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-07  Hannes DomaniRaise exception if ambiguous name is used in gdb.parameter
2024-01-23  Guinevere Larsengdb: fix "list ." related crash
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-14  Andrew Burgessgdb/options: fix copy&paste error in string_option_def
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-08  Andrew Burgessgdb: add a custom command completer for disassemble...
2023-11-08  Andrew Burgessgdb: error if /r and /b are used with disassemble command
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-09-19  Guinevere Larsengdb/cli: fixes to newly added "list ." command
2023-07-14  Bruno Larsengdb/doc: document '+' argument for 'list' command
2023-07-14  Bruno Larsengdb/cli: Improve UX when using list with no args
2023-07-14  Bruno Larsengdb/cli: add '.' as an argument for 'list' command
2023-07-14  Bruno Larsengdb/cli: Factor out code to list lines around a given...
2023-06-20  Tom TromeyUse std::string in do_set_command
2023-06-09  Andrew Burgessgdb: fix ASan failure after recent string changes
2023-06-05  Andrew Burgessgdb: building inferior strings from within GDB
2023-06-05  Tom de Vries[gdb] Fix more typos
2023-05-30  Simon Marchigdb: add interp::on_param_changed method
2023-05-30  Simon Marchigdb: add interp::on_user_selected_context_changed method
2023-05-30  Simon Marchigdb: add interp::on_command_error method
2023-05-30  Simon Marchigdb: add interp::on_sync_execution_done method
2023-05-30  Simon Marchigdb: add interp::on_no_history method
2023-05-30  Simon Marchigdb: add interp::on_exited method
2023-05-30  Simon Marchigdb: add interp::on_signal_exited method
2023-05-30  Simon Marchigdb: add interp::on_normal_stop method
2023-05-30  Simon Marchigdb: add interp::on_signal_received method
2023-05-12  Simon Marchigdb: remove unnecessary call to std::string constructor
2023-05-12  Andrew Burgessgdb: fix error message for $_gdb_maint_setting
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-05-01  Tom TromeyRemove evaluate_expression
2023-04-28  Andrew Burgessgdb: make deprecated_show_value_hack static
2023-04-24  Simon Marchigdb: remove end_stepping_range observable
2023-04-02  Simon Marchigdb: remove unused parameters in print_doc_of_command...
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-15  Pedro AlvesAdd new "$_shell(CMD)" internal function
2023-02-13  Tom TromeyRemove deprecated_lval_hack
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
2023-02-13  Tom TromeyTurn value_type into method
2023-02-08  Pedro AlvesSimplify interp::exec / interp_exec - let exceptions...
2023-01-19  Maciej W. RozyckiGDB: Allow arbitrary keywords in integer set commands
2023-01-18  Maciej W. RozyckiGDB: Add references to erased args in cli-decode.c
next