summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves2017-02-033-56/+46
* struct mi_interp: Remove unused fieldsPedro Alves2017-02-021-5/+0
* Move "tee" building down to interpreter::set_logging_procPedro Alves2017-02-021-20/+10
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-028-181/+136
* Remove unused file_string parameter in gdb_disassemblySimon Marchi2017-02-011-1/+0
* gdb/mi/mi-interp.c: Fix typosPedro Alves2017-01-311-2/+2
* Add command to erase all flash memory regionsLuis Machado2017-01-203-0/+8
* Change return type of ui_out redirect to voidSimon Marchi2017-01-102-4/+2
* Include mi-cmds.h in mi-parse.hYao Qi2017-01-061-0/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-0126-26/+26
* Class-ify ui_outSimon Marchi2016-12-2210-394/+361
* Introduce enum_flag type for ui_out flagsSimon Marchi2016-12-021-1/+1
* Remove mi_out_data::suppress_outputSimon Marchi2016-12-021-23/+0
* Simplify ui-out level codeSimon Marchi2016-12-011-5/+4
* Use std::string for ui_out_hdr's text fieldsSimon Marchi2016-12-011-5/+6
* Use std::vector for mi_ui_out_data::streamsSimon Marchi2016-11-301-18/+13
* Use new/delete instead of malloc/free-based functionsSimon Marchi2016-11-301-2/+2
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-5/+3
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-2/+2
* Rename ui_out_data to mi_ui_out_dataSimon Marchi2016-11-261-2/+2
* Remove unused functions and declarationsSimon Marchi2016-11-262-13/+0
* gdb: Use C++11 std::chronoPedro Alves2016-11-232-60/+25
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-1/+1
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-18/+7
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-1/+0
* Use ui_file_as_string throughout morePedro Alves2016-11-081-45/+25
* Clean up tracepoint.h/c:collection_listPedro Alves2016-11-081-8/+19
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-11/+5
* Remove some cleanups in MITom Tromey2016-10-211-7/+4
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-77/+27
* Use RAII to save and restore scalarsTom Tromey2016-10-212-8/+3
* Fix -trace-save crash when argument is missingSimon Marchi2016-10-171-0/+5
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-034-24/+122
* Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-c...Pedro Alves2016-08-091-0/+7
* PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey2016-06-291-1/+1
* Make stdin be per UIPedro Alves2016-06-211-1/+1
* New function should_print_stop_to_consolePedro Alves2016-06-212-24/+5
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-14/+11
* Simplify starting the command event loopPedro Alves2016-06-211-6/+3
* Make raw_stdout be per MI instancePedro Alves2016-06-215-97/+105
* Introduce display_mi_promptPedro Alves2016-06-211-10/+12
* Make command line editing (use of readline) be per UIPedro Alves2016-06-211-4/+1
* Make instream be per UIPedro Alves2016-06-211-1/+3
* Make the intepreters output to all UIsPedro Alves2016-06-211-364/+588
* Introduce interpreter factoriesPedro Alves2016-06-211-16/+26
* Introduce "struct ui"Pedro Alves2016-06-211-2/+3
* mi/mi-interp.c: Add missing bracesSimon Marchi2016-06-071-10/+16
* Add method/format information to =record-startedSimon Marchi2016-06-061-4/+21
* Fix double prompt output after run control MI commands with mi-async on (PR 2...Simon Marchi2016-05-181-1/+1
* Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077)Simon Marchi2016-05-171-4/+8