Age | Commit message (Expand) | Author | Files | Lines |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -7/+47 |
2017-08-22 | Change gdb_realpath_keepfile to return a unique_xmalloc_ptr | Tom Tromey | 1 | -3/+3 |
2017-08-22 | Change gdb_abspath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -12/+9 |
2017-08-03 | Remove make_cleanup_freeargv and gdb_buildargv | Tom Tromey | 1 | -27/+0 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -0/+14 |
2017-08-03 | Remove make_cleanup_free_so | Tom Tromey | 1 | -18/+0 |
2017-08-03 | Remove make_cleanup_restore_current_language | Tom Tromey | 1 | -22/+0 |
2017-08-03 | Remove make_cleanup_fclose | Tom Tromey | 1 | -18/+0 |
2017-07-17 | Introduce strncmp_iw | Pedro Alves | 1 | -23/+54 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -23/+1 |
2017-06-07 | Move parts of inferior job control to common/ | Sergio Durigan Junior | 1 | -4/+1 |
2017-06-07 | Introduce compiled_regex, eliminate make_regfree_cleanup | Pedro Alves | 1 | -52/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -5/+6 |
2017-04-05 | -Wwrite-strings: Constify warning_pre_print | Pedro Alves | 1 | -1/+1 |
2017-03-27 | gdb: Make ldirname return a std::string | Pedro Alves | 1 | -6/+4 |
2017-02-10 | Do not send queries on secondary UIs | Simon Marchi | 1 | -1/+3 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -31/+2 |
2017-01-26 | New function null_stream | Yao Qi | 1 | -0/+15 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -12/+0 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -18/+0 |
2017-01-10 | Change return type of ui_out redirect to void | Simon Marchi | 1 | -2/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -2/+2 |
2016-11-26 | Constify wrap_here/wrap_hint code path | Simon Marchi | 1 | -2/+2 |
2016-11-23 | gdb: Use C++11 std::chrono | Pedro Alves | 1 | -34/+24 |
2016-11-08 | Use ui_file_as_string in gdb/utils.c | Pedro Alves | 1 | -3/+2 |
2016-11-04 | Fix a few typos | Simon Marchi | 1 | -2/+2 |
2016-10-21 | Use scoped_restore for ui_file | Tom Tromey | 1 | -29/+0 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -1/+1 |
2016-09-23 | Use std::string rather than dyn-string | Tom Tromey | 1 | -13/+0 |
2016-09-23 | Remove some unnecessary code | Tom Tromey | 1 | -6/+0 |
2016-09-16 | Introduce cleanup to restore current_uiout | Simon Marchi | 1 | -23/+0 |
2016-08-09 | Fix PR gdb/20418 - Problems with synchronous commands and new-ui | Pedro Alves | 1 | -10/+33 |
2016-06-21 | Make stdin be per UI | Pedro Alves | 1 | -2/+3 |
2016-06-21 | Make instream be per UI | Pedro Alves | 1 | -1/+3 |
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 |