summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
...
* Don't show "display"s twice in MITom Tromey2019-03-191-2/+7
* Fix MI output for multi-location breakpointsSimon Marchi2019-03-134-2/+44
* Factor out mi_ui_out instantiation logicSimon Marchi2019-03-134-31/+27
* C++-ify struct thread_fsmTom Tromey2019-02-071-2/+2
* Normalize include guards in gdbTom Tromey2019-02-079-30/+28
* Normalize includes to use common/Tom Tromey2019-01-253-3/+3
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Add compunits range adapter to objfileTom Tromey2019-01-171-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Remove ALL_OBJFILES and ALL_FILETABSTom Tromey2019-01-091-10/+15
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-1/+0
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-0127-27/+27
* Change input_handler to take a unique_xmalloc_ptrTom Tromey2018-12-301-3/+4
* Add output styles to gdbTom Tromey2018-12-282-5/+10
* Remove obsolete comments from field_fmtTom Tromey2018-11-251-2/+0
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-222-38/+27
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-5/+5
* Simple -Wshadow=local fixesTom Tromey2018-10-042-6/+6
* gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess2018-09-281-1/+76
* MI: Add -a option to the "-data-disassemble" commandJan Vrany2018-08-142-10/+27
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_equalTom Tromey2018-07-032-7/+7
* Remove ptid_is_pidTom Tromey2018-07-031-2/+2
* Remove ptid_get_pidTom Tromey2018-07-032-5/+5
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-213-68/+64
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-4/+4
* 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-252-9/+9
* Change the as_*_interp functions to use dynamic_castTom Tromey2018-05-251-3/+1
* Change ada_catchpoint::excep_string to be a std::stringTom Tromey2018-05-211-13/+5
* Add missing "breaks"Tom Tromey2018-05-042-0/+2
* Use function_view in cli-script.cTom Tromey2018-05-041-24/+16
* Use counted_command_line everywhereTom Tromey2018-05-041-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-8/+5
* Make do_is_mi_like_p const.Tom Tromey2018-04-301-1/+1
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-092-3/+3
* Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi2018-04-072-2/+33
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-2/+0
* Convert observers to C++Tom Tromey2018-03-193-37/+37
* Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey2018-02-261-5/+6
* Class readonly_detached_regcacheYao Qi2018-02-211-6/+6
* Move some declarations to source.hTom Tromey2018-02-141-0/+1
* (Ada) Add gdb-mi support for stopping at start of exception handler.Xavier Roirand2018-01-313-2/+73
* (Ada) C++fy conditional string when catching exception.Xavier Roirand2018-01-311-12/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0227-27/+27
* Remove some unused variablesSimon Marchi2017-12-053-7/+0
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-1/+2