aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* Use strtok_r instead of strtokChristian Biesinger2019-11-061-1/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-263-5/+5
* Move declaration of varobjdebug to headerChristian Biesinger2019-10-101-2/+0
* Renaming of ctf (the trace format) filesWeimin Pan2019-10-071-1/+0
* Introduce metadata styleTom Tromey2019-10-012-4/+5
* Introduce gdb-specific %p format suffixesPedro Alves2019-10-012-3/+5
* Remove the ui_out_style_kind enumTom Tromey2019-10-012-6/+6
* bfd_section_* macrosAlan Modra2019-09-191-2/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* 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