summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change value_contents_eq return boolYao Qi2017-11-241-2/+2
* Change register_changed_p returns boolYao Qi2017-11-241-20/+12
* Fix memory leak in list_available_thread_groupsSimon Marchi2017-11-231-16/+6
* Change int -> bool where applicable throughout varobjSimon Marchi2017-11-231-7/+7
* C++ify osdataSimon Marchi2017-11-221-78/+35
* Replace VEC (varobj_update_result) with std::vectorSimon Marchi2017-11-221-29/+20
* Make varobj::children an std::vectorSimon Marchi2017-11-221-8/+5
* Constify execute_commandTom Tromey2017-11-071-2/+2
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Constify add_path and friendsTom Tromey2017-11-071-3/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* Remove cleanups from prepare_execute_commandTom Tromey2017-10-191-4/+1
* Get rid of VEC(mem_range_s)Simon Marchi2017-10-161-13/+7
* Use std::vector for traceframe_info::tvarsSimon Marchi2017-10-141-4/+1
* Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves2017-10-104-64/+73
* Remove free_splay_tree cleanupTom Tromey2017-10-091-16/+8
* Remove "do_nothing"Tom Tromey2017-10-091-6/+1
* Fix -list-thread-groups --available logic and add testSimon Marchi2017-10-041-1/+1
* Remove unused declarationsTom Tromey2017-10-031-1/+0
* Remove free_memory_read_result_vectorTom Tromey2017-09-291-29/+11