aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Expand)AuthorAgeFilesLines
...
* gdb: add interp::on_param_changed methodSimon Marchi2023-05-302-24/+11
* gdb: add interp::on_breakpoint_modified methodSimon Marchi2023-05-303-22/+9
* gdb: add interp::on_breakpoint_deleted methodSimon Marchi2023-05-302-21/+7
* gdb: add interp::on_breakpoint_created methodSimon Marchi2023-05-302-21/+8
* gdb: add interp::on_tsv_modified methodSimon Marchi2023-05-302-27/+15
* gdb: add interp::on_tsv_deleted methodSimon Marchi2023-05-302-22/+11
* gdb: add interp::on_tsv_created methodSimon Marchi2023-05-302-20/+9
* gdb: add interp::on_traceframe_changed methodSimon Marchi2023-05-302-24/+12
* gdb: add interp::on_about_to_proceed methodSimon Marchi2023-05-302-10/+4
* gdb: add interp::on_solib_unloaded methodSimon Marchi2023-05-302-26/+14
* gdb: add interp::on_solib_loaded methodSimon Marchi2023-05-302-20/+10
* gdb: add interp::on_target_resumed methodSimon Marchi2023-05-302-15/+6
* gdb: add interp::on_record_changed methodSimon Marchi2023-05-302-41/+24
* gdb: add interp::on_inferior_removed methodSimon Marchi2023-05-302-18/+7
* gdb: add interp::on_inferior_disappeared methodSimon Marchi2023-05-302-22/+13
* gdb: add interp::on_inferior_appeared methodSimon Marchi2023-05-302-18/+8
* gdb: add interp::on_inferior_added methodSimon Marchi2023-05-302-38/+9
* gdb: add interp::on_thread_exited methodSimon Marchi2023-05-302-18/+8
* gdb: add interp::on_new_thread methodSimon Marchi2023-05-302-18/+8
* gdb: add interp::on_user_selected_context_changed methodSimon Marchi2023-05-303-44/+23
* gdb: add interp::on_command_error methodSimon Marchi2023-05-302-8/+4
* gdb: add interp::on_sync_execution_done methodSimon Marchi2023-05-302-13/+4
* gdb: add interp::on_no_history methodSimon Marchi2023-05-302-37/+5
* gdb: add interp::on_exited methodSimon Marchi2023-05-302-16/+5
* gdb: add interp::on_signal_exited methodSimon Marchi2023-05-302-16/+5
* gdb: add interp::on_normal_stop methodSimon Marchi2023-05-302-35/+17
* gdb: add interp::on_signal_received methodSimon Marchi2023-05-302-16/+6
* gdb/mi: fix ^running record with multiple MI interpretersSimon Marchi2023-05-294-17/+19
* Make MI commands const-correctTom Tromey2023-05-2516-187/+250
* Implement gdb.execute_miTom Tromey2023-05-232-0/+20
* Add second mi_parse constructorTom Tromey2023-05-232-2/+107
* Introduce mi_parse helper methodsTom Tromey2023-05-232-17/+61
* Introduce "static constructor" for mi_parseTom Tromey2023-05-233-19/+17
* Change mi_parse_argv to a methodTom Tromey2023-05-233-9/+8
* Use accessor for mi_parse::argsTom Tromey2023-05-234-7/+17
* Use member initializers in mi_parseTom Tromey2023-05-232-31/+14
* Don't treat references to compound values as "simple".Gareth Rees2023-05-044-19/+29
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-012-1/+2
* Remove evaluate_typeTom Tromey2023-05-011-1/+1
* Remove evaluate_expressionTom Tromey2023-05-011-2/+2
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* gdb/mi: check thread exists when creating thread-specific b/pAndrew Burgess2023-04-291-0/+2
* gdb: remove end_stepping_range observableSimon Marchi2023-04-241-20/+0
* gdb: remove language_autoSimon Marchi2023-04-211-2/+1
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-1/+1
* Remove mi_version functionTom Tromey2023-03-202-7/+0
* Change linetables to be objfile-independentTom Tromey2023-03-111-2/+4
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-092-10/+8
* QUIT processing w/ explicit throw for gdb_exception_forced_quitKevin Buettner2023-02-271-0/+4
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-272-2/+2