aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
AgeCommit message (Expand)Author
2017-06-25main: Don't add int to stringSimon Marchi
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-09gdb: Use vector::emplace_backPedro Alves
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-10-21Remove last cleanup from captured_main_1Tom Tromey
2016-10-21Change command stats reporting to use classTom Tromey
2016-09-19gdb: Fix build breakage with GCC 4.1 and --disable-nlsPedro Alves
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves
2016-06-21Add new command to create extra console/mi UIsPedro Alves
2016-06-21Make stdin be per UIPedro Alves
2016-06-21Make main_ui be heap allocatedPedro Alves
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves
2016-06-21Simplify starting the command event loopPedro Alves
2016-06-21Make out and error streams be per UIPedro Alves
2016-06-21Make input_fd be per UIPedro Alves
2016-06-21Make instream be per UIPedro Alves
2016-06-21Introduce interpreter factoriesPedro Alves
2016-06-21Make the interpreters be per UIPedro Alves
2016-06-21Make gdb_stdout&co be per UIPedro Alves
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves
2016-04-19Cast the pointer assigned to ss_sp to char *.John Baldwin
2016-04-12Don't call clear_quit_flag in captured_mainPedro Alves
2016-03-09Simplify saved_command_line handlingPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker
2015-04-11Remove --xdbJan Kratochvil
2015-04-02Make the default sysroot be "target:"Gary Benson
2015-03-07kill volatile struct gdb_exceptionPedro Alves
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-27catch_command_errors: Remove 'mask' parameterPedro Alves
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-11gdb/17347 - Regression: GDB stopped on run with attached processPedro Alves
2014-08-29Unify startup and option-parsing warningsGary Benson
2014-08-29Replace all usage errors with calls to errorGary Benson
2014-08-29Replace hardwired error handler in captured_mainGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-07-30constify exec_file_attachTom Tromey
2014-07-14Canceling pagination caused by execution command from command line aborts rea...Pedro Alves
2014-07-14Move catch_command_errors and catch_command_errors_const to main.cPedro Alves
2014-06-19Demangler crash handlerGary Benson
2014-06-06add -q in help info and docxmj
2014-05-16New command line option -D.Doug Evans
2014-02-05Extension Language APIDoug Evans
2014-01-13remove use_windowsTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker