summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* Make struct frame_arg self-managingTom Tromey2019-08-071-5/+1
* Add more styling to "disassemble"Tom Tromey2019-08-061-0/+5
* Rename field_int to field_signedTom Tromey2019-07-178-50/+50
* Fix a FIXME in mi-out.cTom Tromey2019-07-151-4/+1
* Introduce field_unsignedTom Tromey2019-07-152-0/+13
* Use field_string in more placesTom Tromey2019-07-152-2/+2
* Rename common to gdbsupportTom Tromey2019-07-097-11/+11
* gdb/mi: New commands to catch C++ exceptionsAndrew Burgess2019-06-153-0/+80
* Make "backtrace" support -OPT optionsPedro Alves2019-06-131-8/+15
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Add debug redirect optionAlan Hayward2019-05-172-9/+26
* Change file close behavior for tee_fileAlan Hayward2019-05-171-5/+14
* MI: Add new command -completeJan Vrany2019-05-173-0/+47
* Fix GDB build when using --disable-gdbmiSimon Marchi2019-05-103-28/+4
* Make exception handling more efficientTom Tromey2019-04-251-1/+1
* Remove exception_noneTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-084-5/+5
* Rewrite TRY/CATCHTom Tromey2019-04-084-15/+10
* Make exceptions use std::string and be self-managingTom Tromey2019-04-083-17/+11
* 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