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