summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-143-9/+9
* Remove ALL_SO_LIBS and so_list_headTom Tromey2020-05-081-2/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-2/+2
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-132-2/+2
* Use common_val_print in mi-main.cTom Tromey2020-03-131-3/+1
* gdb: remove uses of iterate_over_inferiors in mi/mi-main.cSimon Marchi2020-01-171-46/+27
* gdb: remove use of iterate_over_inferiors in mi/mi-interp.cSimon Marchi2020-01-171-28/+21
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-134-4/+8
* Multi-target supportPedro Alves2020-01-101-4/+6
* Introduce switch_to_inferior_no_threadPedro Alves2020-01-101-5/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0127-27/+27
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-1/+1
* gdb/mi: Add -max-results parameter to some -symbol-info-* commandsAndrew Burgess2019-12-041-7/+39
* gdb/mi: Add -symbol-info-module-{variables,functions}Andrew Burgess2019-12-043-0/+161
* gdb/mi: Add -symbol-info-modules commandAndrew Burgess2019-11-273-0/+39
* gdb/mi: Add new commands -symbol-info-{functions,variables,types}Andrew Burgess2019-11-273-0/+215
* Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi2019-11-261-0/+3
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-2/+2
* 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