aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
2022-02-04Remove host_hex_valueTom Tromey1-2/+2
2022-01-26Add ui_file::wrap_hereTom Tromey1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey2-3/+3
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey3-18/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker27-27/+27
2021-12-29Use gdb_stdlog for MI debuggingTom Tromey2-7/+4
2021-12-14gdb/mi: rename build_table to add_builtin_mi_commandsAndrew Burgess1-2/+2
2021-12-14gdb/mi: rename mi_cmd to mi_commandJan Vrany4-23/+23
2021-12-14gdb/mi: use separate classes for different types of MI commandJan Vrany6-99/+181
2021-12-14gdb/mi: int to bool conversion in mi_execute_cli_commandAndrew Burgess1-9/+13
2021-12-14gdb/mi: use std::map for MI commands in mi-cmds.cJan Vrany1-248/+230
2021-12-14gdb/mi: rename mi_lookup to mi_cmd_lookupJan Vrany4-6/+8
2021-11-25gdb: introduce a new overload of target_can_async_pAndrew Burgess1-2/+2
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-1/+1
2021-11-08gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in no...Simon Marchi1-3/+4
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-3/+3
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-10/+8
2021-07-26gdb/mi: handle no condition argument case for -break-conditionTankut Baris Aktemur1-8/+7
2021-07-23gdb: make inferior::m_terminal an std::stringSimon Marchi1-3/+6
2021-07-13gdb: disable commit-resumed on -exec-interrupt --thread-groupSimon Marchi1-0/+3
2021-06-25gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-filesAndrew Burgess1-2/+8
2021-06-25gdb/mi: add regexp filtering to -file-list-exec-source-filesAndrew Burgess1-38/+48
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi2-2/+2
2021-05-27gdb: fix some indentation issuesSimon Marchi1-5/+5
2021-05-27gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi1-12/+14
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2-18/+18
2021-05-06gdb/mi: add a '--force' flag to the '-break-condition' commandTankut Baris Aktemur3-2/+60
2021-05-06gdb/mi: add a '--force-condition' flag to the '-break-insert' cmdTankut Baris Aktemur1-1/+7
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi2-29/+37
2021-04-21gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur1-0/+1
2021-04-01Use startswith in gdb subfolder.Martin Liska1-4/+4
2021-03-26Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey1-4/+2
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-0/+4
2021-03-24gdb: remove current_top_target functionSimon Marchi1-3/+4
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi1-1/+1
2021-02-25gdb/mi: Remove extra \n from tsv and and traceframe notificationsJan Vrany1-4/+4
2021-01-20gdb: make some variables staticSimon Marchi1-3/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker27-27/+27
2020-12-16[gdb/cli] Add a progress meterTom Tromey1-0/+12
2020-12-11Change all_root_varobjs to take a function_viewTom Tromey1-18/+8
2020-11-19gdb: convert some function arguments from int to boolAndrew Burgess1-3/+3
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi8-88/+88
2020-10-29Remove exec_filename macroTom Tromey1-2/+2
2020-09-28Turn target_can_execute_reverse into functionTom Tromey1-2/+2
2020-09-28Remove target_has_registers macroTom Tromey1-1/+1
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess1-1/+1
2020-09-13Add MI "-break-insert --qualified"Pedro Alves1-1/+9
2020-07-22Fix crash in -stack-list-argumentsTom Tromey1-3/+2