aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use std::make_unique in more placesTom Tromey2024-10-201-1/+1
* [gdb/contrib] Add more separators in spellcheck.shTom de Vries2024-10-081-1/+1
* gdb: remove unused includes in utils.hSimon Marchi2024-05-301-0/+1
* Remove gdb_stdtargerrTom Tromey2024-05-171-3/+0
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Remove explanatory comments from includesTom Tromey2023-09-201-1/+1
* gdb: add interp::on_user_selected_context_changed methodSimon Marchi2023-05-301-29/+7
* gdb: add interp::on_command_error methodSimon Marchi2023-05-301-10/+2
* gdb: add interp::on_sync_execution_done methodSimon Marchi2023-05-301-10/+2
* gdb: add interp::on_no_history methodSimon Marchi2023-05-301-13/+3
* gdb: add interp::on_exited methodSimon Marchi2023-05-301-13/+3
* gdb: add interp::on_signal_exited methodSimon Marchi2023-05-301-14/+3
* gdb: add interp::on_normal_stop methodSimon Marchi2023-05-301-16/+5
* gdb: add interp::on_signal_received methodSimon Marchi2023-05-301-14/+3
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* gdb: remove end_stepping_range observableSimon Marchi2023-04-241-17/+0
* Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves2023-02-081-35/+14
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Rename fields of cli_interp_base::saved_output_filesTom Tromey2022-11-301-7/+7
* Don't let gdb_stdlog use pagerTom Tromey2022-11-281-10/+14
* Don't let tee_file own a streamTom Tromey2022-11-281-5/+6
* Remove 'saved_output' globalTom Tromey2022-11-281-30/+17
* Remove manual lifetime management from cli_interpTom Tromey2022-07-181-22/+14
* Remove cli_out_newTom Tromey2022-07-181-1/+1
* Eliminate TUI/CLI observers duplicationPedro Alves2022-06-241-66/+61
* Switch gdb_stdlog to use timestamped_fileTom Tromey2022-03-281-1/+5
* Use unique_ptr in CLI logging codeTom Tromey2022-03-281-26/+17
* Simplify the CLI set_logging logicTom Tromey2022-03-281-16/+4
* gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX2022-02-071-3/+3
* gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'Tankut Baris Aktemur2022-02-071-0/+4
* gdb/cli: convert cli_suppress_notification from int to boolTankut Baris Aktemur2022-02-071-4/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-1/+1
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-9/+11
* Avoid use after free with logging and debug redirect.Lancelot SIX2021-01-271-0/+8
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Add debug redirect optionAlan Hayward2019-05-171-11/+20
* Change file close behavior for tee_fileAlan Hayward2019-05-171-16/+22
* Make exception handling more efficientTom Tromey2019-04-251-2/+2
* Remove exception_noneTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* C++-ify struct thread_fsmTom Tromey2019-02-071-1/+1
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid find_thread_ptid with null_ptidPedro Alves2018-11-221-3/+1
* Fix cli_interp::cli_uiout resource leak found by CoverityGary Benson2018-10-191-0/+6