summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyusers/palves/ui_filePedro Alves2017-01-171-16/+2
* Use class to manage BFD reference countsTom Tromey2017-01-101-12/+0
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-18/+0
* Change return type of ui_out redirect to voidSimon Marchi2017-01-101-2/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-2/+2
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-2/+2
* gdb: Use C++11 std::chronoPedro Alves2016-11-231-34/+24
* Use ui_file_as_string in gdb/utils.cPedro Alves2016-11-081-3/+2
* Fix a few typosSimon Marchi2016-11-041-2/+2
* Use scoped_restore for ui_fileTom Tromey2016-10-211-29/+0
* Remove Java supportTom Tromey2016-10-061-1/+1
* Use std::string rather than dyn-stringTom Tromey2016-09-231-13/+0
* Remove some unnecessary codeTom Tromey2016-09-231-6/+0
* Introduce cleanup to restore current_uioutSimon Marchi2016-09-161-23/+0
* Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves2016-08-091-10/+33
* Make stdin be per UIPedro Alves2016-06-211-2/+3
* Make instream be per UIPedro Alves2016-06-211-1/+3
* Eliminate immediate_quitPedro Alves2016-04-121-13/+0
* target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves2016-04-121-2/+6
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-121-3/+13
* Add missing cleanups to defaulted_query and prompt_for_continuePedro Alves2016-04-121-4/+11
* Use target_terminal_ours_for_output in warning/internal_errorPedro Alves2016-04-121-2/+12
* Don't set immediate_quit in prompt_for_continuePedro Alves2016-04-121-4/+0
* python: Use console format for output of gdb.execute commandCatalin Udma2016-03-311-0/+29
* Update prompt_for_continue commentsPedro Alves2016-03-091-14/+8
* Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans2016-02-231-0/+77
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Make prompt_for_continue call throw_quit directly.Sandra Loosemore2015-12-181-1/+2
* [C++/mingw] Misc alloca castsPedro Alves2015-11-171-2/+2
* Disable paging when run by Emacs 25.1 and later.Eli Zaretskii2015-10-291-2/+3
* Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'Pedro Alves2015-10-271-1/+1
* Fix typos in commentsEli Zaretskii2015-10-091-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-18/+20
* Add casts to memory allocation related callsSimon Marchi2015-09-251-7/+8
* gdb: Use sighandler_t everywherePedro Alves2015-08-271-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-4/+3
* remote: allow aborting long operations (e.g., file transfers)Pedro Alves2015-08-251-0/+12
* Prepare for gnulib updatePedro Alves2015-08-241-1/+1
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-151-0/+55
* Move gdb_regex* to common/Jan Kratochvil2015-07-151-55/+0
* Move utility functions to common/Jan Kratochvil2015-06-151-99/+0
* Move make_cleanup_close to common codeGary Benson2015-06-101-17/+0
* Disable readline's SIGWINCH handlerPatrick Palka2015-04-281-2/+3
* Introduce function for directly updating GDB's screen dimensionsPatrick Palka2015-04-281-0/+12
* Remove --xdbJan Kratochvil2015-04-111-20/+0
* New common function "startswith"Gary Benson2015-03-061-3/+2
* Remove use of stdbool.h in GDB sources.Joel Brobecker2015-03-021-5/+5
* gdb producer_is_gcc fix bool return value.Mark Wielaard2015-02-111-2/+2