summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-073-25/+12
* Add alias command to cmd_list_elementYao Qi2017-05-171-10/+19
* Use ui_out_emit_tupleTom Tromey2017-04-221-12/+3
* Use scoped_restore in more placesTom Tromey2017-04-121-7/+3
* Introduce command_line_upTom Tromey2017-04-122-65/+29
* Introduce event_location_upTom Tromey2017-04-121-30/+13
* -Wwrite-strings: The RestPedro Alves2017-04-055-18/+18
* -Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves2017-04-052-5/+23
* -Wwrite-strings: Constify shell_escape and plug make_command leakPedro Alves2017-04-051-11/+15
* Command abbreviation in defineJerome Guitton2017-02-083-30/+43
* Command names: make them case sensitiveJerome Guitton2017-02-081-27/+0
* C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves2017-02-032-45/+59
* Move "tee" building down to interpreter::set_logging_procPedro Alves2017-02-023-63/+106
* Fix "-gdb-set logging redirect on" crashPedro Alves2017-02-021-83/+12
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-022-53/+38
* Remove unused file_string parameter in gdb_disassemblySimon Marchi2017-02-011-1/+1
* Fix typo in lookup_cmd_1 commentSimon Marchi2017-01-111-1/+1
* Use class to manage BFD reference countsTom Tromey2017-01-101-31/+24
* Change return type of ui_out redirect to voidSimon Marchi2017-01-101-10/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-0114-14/+14
* Class-ify ui_outSimon Marchi2016-12-225-62/+62
* Support an "unlimited" number of user-defined argumentsPedro Alves2016-12-021-81/+100
* Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves2016-12-022-11/+14
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-2/+2
* Use ui_file_as_string in gdb/cli/cli-setshow.cPedro Alves2016-11-081-4/+3
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-10/+4
* cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves2016-11-081-76/+33
* cli/cli-script.c: Remove some dead NULL checksPedro Alves2016-11-081-11/+0
* Replace two xmallocs with unique_ptrTom Tromey2016-10-211-11/+8
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-20/+7
* Use RAII to save and restore scalarsTom Tromey2016-10-211-14/+4
* Convert tid_range_parser and get_number_or_range to classesPedro Alves2016-10-132-78/+112
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-033-2/+74
* Use std::string rather than dyn-stringTom Tromey2016-09-231-23/+18
* PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey2016-09-211-1/+12
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-4/+5
* Make stdin be per UIPedro Alves2016-06-211-4/+6
* Only send sync execution command output to the UI that ran the commandPedro Alves2016-06-211-2/+8
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-211-4/+3
* New function should_print_stop_to_consolePedro Alves2016-06-212-0/+39
* Simplify starting the command event loopPedro Alves2016-06-212-1/+11
* Make command line editing (use of readline) be per UIPedro Alves2016-06-212-2/+39
* Make instream be per UIPedro Alves2016-06-211-4/+7
* Make the intepreters output to all UIsPedro Alves2016-06-211-31/+96
* Introduce interpreter factoriesPedro Alves2016-06-211-32/+55
* Make the interpreters be per UIPedro Alves2016-06-211-8/+8
* Don't show deprecated commands in helpSimon Marchi2016-04-281-1/+4
* Avoid "format not a string literal" warningsPedro Alves2016-04-141-3/+10
* Obvious function doc and formattingSimon Marchi2016-04-041-2/+2
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-4/+4