summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_comTom Tromey
2017-10-31Use console uiout when executing breakpoint commandsSimon Marchi
2017-09-27Constify user_defined_commandTom Tromey
2017-09-11Replace clear_hook_in_cleanup with scoped_restore_hook_inTom Tromey
2017-09-11Replace interp_set_temp with scoped_restore_interpTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Error out immediatly when using if command without args in command listSimon Marchi
2017-08-28define_command: Don't convert command name to lower caseSimon Marchi
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey
2017-08-03Use a scoped_restore for command_nest_depthTom Tromey
2017-08-03Remove user_call_depthTom Tromey
2017-08-03Remove in_user_commandTom Tromey
2017-08-03More uses of scoped_restoreTom Tromey
2017-06-30PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior
2017-06-30PR cli/21688: Fix multi-line/inline command differentiationSergio Durigan Junior
2017-04-12Introduce command_line_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-02-08Command abbreviation in defineJerome Guitton
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-02Support an "unlimited" number of user-defined argumentsPedro Alves
2016-12-02Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-11-08cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves
2016-11-08cli/cli-script.c: Remove some dead NULL checksPedro Alves
2016-10-21Use RAII to save and restore scalarsTom Tromey
2016-06-21Make stdin be per UIPedro Alves
2016-06-21Make instream be per UIPedro Alves
2016-06-21Make the interpreters be per UIPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-28cli-script.c: Fix read_next_line's commentSimon Marchi
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12the "compile" commandTom Tromey
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-24constify command docsTom Tromey
2014-07-24constify command prefixTom Tromey