aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves1-5/+4
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi3-9/+9
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey1-2/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey2-2/+2
2020-03-13Use common_val_print in mi-main.cTom Tromey1-3/+1
2020-01-17gdb: remove uses of iterate_over_inferiors in mi/mi-main.cSimon Marchi1-46/+27
2020-01-17gdb: remove use of iterate_over_inferiors in mi/mi-interp.cSimon Marchi1-28/+21
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi4-4/+8
2020-01-10Multi-target supportPedro Alves1-4/+6
2020-01-10Introduce switch_to_inferior_no_threadPedro Alves1-5/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker27-27/+27
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-1/+1
2019-12-04gdb/mi: Add -max-results parameter to some -symbol-info-* commandsAndrew Burgess1-7/+39
2019-12-04gdb/mi: Add -symbol-info-module-{variables,functions}Andrew Burgess3-0/+161
2019-11-27gdb/mi: Add -symbol-info-modules commandAndrew Burgess3-0/+39
2019-11-27gdb/mi: Add new commands -symbol-info-{functions,variables,types}Andrew Burgess3-0/+215
2019-11-26Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi1-0/+3
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-2/+2
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-1/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries3-5/+5
2019-10-10Move declaration of varobjdebug to headerChristian Biesinger1-2/+0