aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename field_int to field_signedTom Tromey2019-07-171-4/+4
* Use field_string in more placesTom Tromey2019-07-151-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Add debug redirect optionAlan Hayward2019-05-171-6/+15
* Change file close behavior for tee_fileAlan Hayward2019-05-171-5/+14
* Remove exception_noneTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-10/+7
* Don't show "display"s twice in MITom Tromey2019-03-191-2/+7
* Factor out mi_ui_out instantiation logicSimon Marchi2019-03-131-16/+2
* C++-ify struct thread_fsmTom Tromey2019-02-071-2/+2
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Change input_handler to take a unique_xmalloc_ptrTom Tromey2018-12-301-3/+4
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-35/+25
* Remove ptid_equalTom Tromey2018-07-031-2/+2
* Remove ptid_is_pidTom Tromey2018-07-031-2/+2
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-34/+29
* Add "name" method to class interpTom Tromey2018-05-251-4/+4
* Remove interp_nameTom Tromey2018-05-251-2/+0
* Remove interp_ui_outTom Tromey2018-05-251-8/+8
* Change the as_*_interp functions to use dynamic_castTom Tromey2018-05-251-3/+1
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-2/+2
* Convert observers to C++Tom Tromey2018-03-191-29/+29
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-101-40/+34
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-101/+42
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-3/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use std::string in mi_cmd_interpreter_execTom Tromey2017-09-031-8/+4
* Use ui_out_emit_listTom Tromey2017-04-221-9/+3
* -Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves2017-04-051-1/+1
* Add -file-list-shared-libraries MI commandMarc-Andre Laperle2017-03-201-8/+28
* C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves2017-02-031-46/+23
* 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-021-11/+11
* gdb/mi/mi-interp.c: Fix typosPedro Alves2017-01-311-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-42/+39
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-77/+27
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-0/+61
* Make stdin be per UIPedro Alves2016-06-211-1/+1
* New function should_print_stop_to_consolePedro Alves2016-06-211-23/+4
* 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-211-51/+44
* Introduce display_mi_promptPedro Alves2016-06-211-10/+12