aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change producer_is_gcc function return type to bool.Mark Wielaard2015-02-101-8/+17
* Merge GCC producer parsers. Allow digits in identifiers.Mark Wielaard2015-01-291-29/+31
* Consolidate the custom TUI query hook with the default query hookPatrick Palka2015-01-091-47/+14
* always read synthetic pointers as signed integersYao Qi2015-01-081-17/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* utils.c (make_hex_string): Fix off-by-one error.Doug Evans2014-12-131-1/+1
* Avoid use of sprintf in gdb/utils.c:make_hex_stringJoel Brobecker2014-12-131-1/+1
* New python attribute gdb.Objfile.build_id.Doug Evans2014-12-041-0/+17
* gdb_realpath: Rework comment about handling on Windows.Joel Brobecker2014-11-281-9/+27
* Use canonicalize_file_name unconditionallyYao Qi2014-11-281-61/+7
* Include alloca.h unconditionallyYao Qi2014-11-211-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Move internal_{,v}warning to common/errors.[ch]Gary Benson2014-08-291-10/+0
* Make warning usable earlierGary Benson2014-08-291-2/+4
* Make internal_vproblem always workGary Benson2014-08-291-8/+40
* Introduce common/errors.hGary Benson2014-08-191-36/+0
* Ensure internal_vproblem always prints the messageGary Benson2014-08-191-6/+5
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Remove spurious va_end in vwarningGary Benson2014-08-051-1/+0
* Prepare gdb for 64-bit obstacksAlan Modra2014-08-051-1/+1
* Rationalize "fatal" error handling outside of gdbserverGary Benson2014-07-241-24/+4
* fix PR gdb/17130Tom Tromey2014-07-181-1/+1
* Put GDB's terminal settings into effect when paginatingPedro Alves2014-07-141-0/+4
* Refactor and expose core-dumping functionalityGary Benson2014-06-191-12/+42
* Add new internal problem for demangler warningsGary Benson2014-06-191-40/+69
* PR mi/15806: Fix quoting of async eventsSimon Marchi2014-06-051-2/+8
* constify to_attachTom Tromey2014-06-041-2/+2