aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change type of scoped_input_handler::m_quit_handlerTom Tromey2017-09-221-3/+2
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-38/+42
* Add selftests run filteringSimon Marchi2017-09-161-1/+1
* gdb: Remove check for gdb_stderr == NULLAndrew Burgess2017-09-101-2/+2
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-19/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-18/+0
* Return std::string from perror_stringTom Tromey2017-09-031-21/+7
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-7/+47
* Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey2017-08-221-3/+3
* Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey2017-08-221-12/+9
* Remove make_cleanup_freeargv and gdb_buildargvTom Tromey2017-08-031-27/+0
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-0/+14
* Remove make_cleanup_free_soTom Tromey2017-08-031-18/+0
* Remove make_cleanup_restore_current_languageTom Tromey2017-08-031-22/+0
* Remove make_cleanup_fcloseTom Tromey2017-08-031-18/+0
* Introduce strncmp_iwPedro Alves2017-07-171-23/+54
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-23/+1
* Move parts of inferior job control to common/Sergio Durigan Junior2017-06-071-4/+1
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-52/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-5/+6
* -Wwrite-strings: Constify warning_pre_printPedro Alves2017-04-051-1/+1
* gdb: Make ldirname return a std::stringPedro Alves2017-03-271-6/+4
* Do not send queries on secondary UIsSimon Marchi2017-02-101-1/+3
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-31/+2
* New function null_streamYao Qi2017-01-261-0/+15
* 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