aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-09-25Add some more casts (2/2)Simon Marchi1-5/+7
2015-09-25Add casts to memory allocation related callsSimon Marchi1-8/+9
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-2/+2
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-1/+1
2015-07-08Revert "Delete program spaces directly when removing inferiors"Simon Marchi1-1/+1
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-1/+1
2015-06-15MI: consider addressable unit size when reading/writing memorySimon Marchi1-22/+34
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-7/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-10-01Exit code of exited inferiors in -list-thread-groupsSimon Marchi1-0/+3
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-25Always pass signals to the right threadPedro Alves1-1/+1
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves1-7/+70
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-06Fix PR16508Yao Qi1-2/+1
2014-02-11Fix thinko in mi/mi-main.c::mi_cmd_data_write_memory_bytes comment.Joel Brobecker1-1/+1
2014-02-05Extension Language APIDoug Evans1-6/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10GDB/MI: Document support for -exec-run --start in -list-featuresJoel Brobecker1-0/+1
2013-12-03Remove "ada-exceptions" from -list-features output.Joel Brobecker1-1/+0
2013-12-03Remove all trailing spaces in mi/mi-main.c.Joel Brobecker1-32/+32
2013-12-03Add "undefined-command" error code at end of ^error result...Joel Brobecker1-1/+11
2013-12-03New GDB/MI command "-info-gdb-mi-command"Joel Brobecker1-0/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-18Add "language-option" to -list-featuresJoel Brobecker1-0/+1
2013-11-14GDB/MI: Add new "--language LANG" command option.Joel Brobecker1-0/+7
2013-11-13Replace "info-ada-exceptions" by "ada-exceptions" in -list-featuresJoel Brobecker1-1/+1
2013-11-12Implement GDB/MI equivalent of "info exceptions" CLI command.Joel Brobecker1-0/+1
2013-10-04Add support for --start option in -exec-run GDB/MI command.Joel Brobecker1-3/+51
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-3/+3
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-2/+2
2013-08-30MI -trace-find, print frame with LOC_AND_ADDRESS instead of SRC_AND_LOC.Pedro Alves1-1/+1
2013-08-28PR gdb/15415Jan Kratochvil1-2/+2
2013-07-25Resue 'z' formatter from mi register display code.Andrew Burgess1-37/+13
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans1-2/+2
2013-06-26gdb/Yao Qi1-0/+295
2013-06-26gdb/Yao Qi1-2/+0
2013-06-20Teach -data-list-register-values to not include unavailable registersYao Qi1-13/+46
2013-06-08gdb/Yao Qi1-14/+13
2013-05-30fix list_available_thread_groupsTom Tromey1-1/+4
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey1-1/+5
2013-03-14gdb/Yao Qi1-13/+34
2013-03-14gdb/Yao Qi1-1/+1
2013-03-12 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.Keith Seitz1-1/+1