Age | Commit message (Expand) | Author | Files | Lines |
2016-04-12 | Eliminate immediate_quit | Pedro Alves | 1 | -13/+0 |
2016-04-12 | target remote: Don't rely on immediate_quit (introduce quit handlers) | Pedro Alves | 1 | -2/+6 |
2016-04-12 | Do target_terminal_ours in query & friends instead of in all callers | Pedro Alves | 1 | -3/+13 |
2016-04-12 | Add missing cleanups to defaulted_query and prompt_for_continue | Pedro Alves | 1 | -4/+11 |
2016-04-12 | Use target_terminal_ours_for_output in warning/internal_error | Pedro Alves | 1 | -2/+12 |
2016-04-12 | Don't set immediate_quit in prompt_for_continue | Pedro Alves | 1 | -4/+0 |
2016-03-31 | python: Use console format for output of gdb.execute command | Catalin Udma | 1 | -0/+29 |
2016-03-09 | Update prompt_for_continue comments | Pedro Alves | 1 | -14/+8 |
2016-02-23 | Extend "skip" command to support -file, -gfile, -function, -rfunction. | Doug Evans | 1 | -0/+77 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-18 | Make prompt_for_continue call throw_quit directly. | Sandra Loosemore | 1 | -1/+2 |
2015-11-17 | [C++/mingw] Misc alloca casts | Pedro Alves | 1 | -2/+2 |
2015-10-29 | Disable paging when run by Emacs 25.1 and later. | Eli Zaretskii | 1 | -2/+3 |
2015-10-27 | Make host_address_to_string/gdb_print_host_address cast parameter to 'void *' | Pedro Alves | 1 | -1/+1 |
2015-10-09 | Fix typos in comments | Eli Zaretskii | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -18/+20 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -7/+8 |
2015-08-27 | gdb: Use sighandler_t everywhere | Pedro Alves | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -4/+3 |
2015-08-25 | remote: allow aborting long operations (e.g., file transfers) | Pedro Alves | 1 | -0/+12 |
2015-08-24 | Prepare for gnulib update | Pedro Alves | 1 | -1/+1 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+1 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 1 | -0/+55 |
2015-07-15 | Move gdb_regex* to common/ | Jan Kratochvil | 1 | -55/+0 |
2015-06-15 | Move utility functions to common/ | Jan Kratochvil | 1 | -99/+0 |
2015-06-10 | Move make_cleanup_close to common code | Gary Benson | 1 | -17/+0 |
2015-04-28 | Disable readline's SIGWINCH handler | Patrick Palka | 1 | -2/+3 |
2015-04-28 | Introduce function for directly updating GDB's screen dimensions | Patrick Palka | 1 | -0/+12 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -20/+0 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -3/+2 |
2015-03-02 | Remove use of stdbool.h in GDB sources. | Joel Brobecker | 1 | -5/+5 |
2015-02-11 | gdb producer_is_gcc fix bool return value. | Mark Wielaard | 1 | -2/+2 |
2015-02-10 | Change producer_is_gcc function return type to bool. | Mark Wielaard | 1 | -8/+17 |
2015-01-29 | Merge GCC producer parsers. Allow digits in identifiers. | Mark Wielaard | 1 | -29/+31 |
2015-01-09 | Consolidate the custom TUI query hook with the default query hook | Patrick Palka | 1 | -47/+14 |
2015-01-08 | always read synthetic pointers as signed integers | Yao Qi | 1 | -17/+0 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-13 | utils.c (make_hex_string): Fix off-by-one error. | Doug Evans | 1 | -1/+1 |
2014-12-13 | Avoid use of sprintf in gdb/utils.c:make_hex_string | Joel Brobecker | 1 | -1/+1 |
2014-12-04 | New python attribute gdb.Objfile.build_id. | Doug Evans | 1 | -0/+17 |
2014-11-28 | gdb_realpath: Rework comment about handling on Windows. | Joel Brobecker | 1 | -9/+27 |
2014-11-28 | Use canonicalize_file_name unconditionally | Yao Qi | 1 | -61/+7 |
2014-11-21 | Include alloca.h unconditionally | Yao Qi | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-29 | Move internal_{,v}warning to common/errors.[ch] | Gary Benson | 1 | -10/+0 |
2014-08-29 | Make warning usable earlier | Gary Benson | 1 | -2/+4 |
2014-08-29 | Make internal_vproblem always work | Gary Benson | 1 | -8/+40 |
2014-08-19 | Introduce common/errors.h | Gary Benson | 1 | -36/+0 |
2014-08-19 | Ensure internal_vproblem always prints the message | Gary Benson | 1 | -6/+5 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |