aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Remove make_cleanup_freeargv and gdb_buildargvTom Tromey1-27/+0
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-0/+14
2017-08-03Remove make_cleanup_free_soTom Tromey1-18/+0
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey1-22/+0
2017-08-03Remove make_cleanup_fcloseTom Tromey1-18/+0
2017-07-17Introduce strncmp_iwPedro Alves1-23/+54
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-23/+1
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior1-4/+1
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-52/+0
2017-04-05-Wwrite-strings: The RestPedro Alves1-5/+6
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves1-1/+1
2017-03-27gdb: Make ldirname return a std::stringPedro Alves1-6/+4
2017-02-10Do not send queries on secondary UIsSimon Marchi1-1/+3
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-31/+2
2017-01-26New function null_streamYao Qi1-0/+15
2017-01-10Use class to manage BFD reference countsTom Tromey1-12/+0
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-18/+0
2017-01-10Change return type of ui_out redirect to voidSimon Marchi1-2/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-2/+2
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi1-2/+2
2016-11-23gdb: Use C++11 std::chronoPedro Alves1-34/+24
2016-11-08Use ui_file_as_string in gdb/utils.cPedro Alves1-3/+2
2016-11-04Fix a few typosSimon Marchi1-2/+2
2016-10-21Use scoped_restore for ui_fileTom Tromey1-29/+0
2016-10-06Remove Java supportTom Tromey1-1/+1
2016-09-23Use std::string rather than dyn-stringTom Tromey1-13/+0
2016-09-23Remove some unnecessary codeTom Tromey1-6/+0
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi1-23/+0
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves1-10/+33
2016-06-21Make stdin be per UIPedro Alves1-2/+3
2016-06-21Make instream be per UIPedro Alves1-1/+3
2016-04-12Eliminate immediate_quitPedro Alves1-13/+0
2016-04-12target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves1-2/+6
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves1-3/+13
2016-04-12Add missing cleanups to defaulted_query and prompt_for_continuePedro Alves1-4/+11
2016-04-12Use target_terminal_ours_for_output in warning/internal_errorPedro Alves1-2/+12
2016-04-12Don't set immediate_quit in prompt_for_continuePedro Alves1-4/+0
2016-03-31python: Use console format for output of gdb.execute commandCatalin Udma1-0/+29
2016-03-09Update prompt_for_continue commentsPedro Alves1-14/+8
2016-02-23Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans1-0/+77
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Make prompt_for_continue call throw_quit directly.Sandra Loosemore1-1/+2
2015-11-17[C++/mingw] Misc alloca castsPedro Alves1-2/+2
2015-10-29Disable paging when run by Emacs 25.1 and later.Eli Zaretskii1-2/+3
2015-10-27Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'Pedro Alves1-1/+1
2015-10-09Fix typos in commentsEli Zaretskii1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-18/+20
2015-09-25Add casts to memory allocation related callsSimon Marchi1-7/+8
2015-08-27gdb: Use sighandler_t everywherePedro Alves1-2/+2