aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-13utils.c (make_hex_string): Fix off-by-one error.Doug Evans1-1/+1
2014-12-13Avoid use of sprintf in gdb/utils.c:make_hex_stringJoel Brobecker1-1/+1
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans1-0/+17
2014-11-28gdb_realpath: Rework comment about handling on Windows.Joel Brobecker1-9/+27
2014-11-28Use canonicalize_file_name unconditionallyYao Qi1-61/+7
2014-11-21Include alloca.h unconditionallyYao Qi1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-29Move internal_{,v}warning to common/errors.[ch]Gary Benson1-10/+0
2014-08-29Make warning usable earlierGary Benson1-2/+4
2014-08-29Make internal_vproblem always workGary Benson1-8/+40
2014-08-19Introduce common/errors.hGary Benson1-36/+0
2014-08-19Ensure internal_vproblem always prints the messageGary Benson1-6/+5
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0