aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-4/+3
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves1-0/+12
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-0/+55
2015-07-15Move gdb_regex* to common/Jan Kratochvil1-55/+0
2015-06-15Move utility functions to common/Jan Kratochvil1-99/+0
2015-06-10Move make_cleanup_close to common codeGary Benson1-17/+0
2015-04-28Disable readline's SIGWINCH handlerPatrick Palka1-2/+3
2015-04-28Introduce function for directly updating GDB's screen dimensionsPatrick Palka1-0/+12
2015-04-11Remove --xdbJan Kratochvil1-20/+0
2015-03-06New common function "startswith"Gary Benson1-3/+2
2015-03-02Remove use of stdbool.h in GDB sources.Joel Brobecker1-5/+5
2015-02-11gdb producer_is_gcc fix bool return value.Mark Wielaard1-2/+2
2015-02-10Change producer_is_gcc function return type to bool.Mark Wielaard1-8/+17
2015-01-29Merge GCC producer parsers. Allow digits in identifiers.Mark Wielaard1-29/+31
2015-01-09Consolidate the custom TUI query hook with the default query hookPatrick Palka1-47/+14
2015-01-08always read synthetic pointers as signed integersYao Qi1-17/+0