aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-interp.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-tuiSimon Marchi1-5/+0
2024-05-17Don't allow new-ui to start the TUITom Tromey1-0/+3
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-1/+1
2023-02-08Simplify interp::exec / interp_exec - let exceptions propagatePedro Alves1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-08-31Fix "source" with interpreter-execTom Tromey1-0/+1
2022-06-24Eliminate TUI/CLI observers duplicationPedro Alves1-187/+3
2022-06-22Use std::string for interpreter_pTom Tromey1-6/+3
2022-02-07gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'Tankut Baris Aktemur1-0/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-17gdb/tui: install SIGWINCH only when connected to a TTYLancelot SIX1-2/+8
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-1/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-9/+11
2021-02-08gdb/tui: fix issue with handling the return characterAndrew Burgess1-1/+22
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-06-16Fix crash when exiting TUI with gdb -tuiTom Tromey1-1/+1
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-02-11Remove some ui_file_* functionsTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-30Use "bool" in more spots in TUITom Tromey1-3/+3
2019-11-06Remove some includes of readline.hTom Tromey1-1/+0
2019-08-15Remove tui_initialize_static_dataTom Tromey1-2/+0
2019-05-08Move interpreter_p declaration to main.hTom Tromey1-0/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Avoid find_thread_ptid with null_ptidPedro Alves1-3/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+1
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey1-3/+1
2018-03-19Convert observers to C++Tom Tromey1-10/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves1-39/+35
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-3/+3
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-20/+7
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-0/+33
2016-06-21Only send sync execution command output to the UI that ran the commandPedro Alves1-2/+9
2016-06-21Simplify starting the command event loopPedro Alves1-1/+1
2016-06-21Make command line editing (use of readline) be per UIPedro Alves1-2/+7
2016-06-21Make the intepreters output to all UIsPedro Alves1-31/+96
2016-06-21Introduce interpreter factoriesPedro Alves1-13/+25
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-0/+13
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-29PR tui/16138, PR tui/17519, and misc failures to initialize the terminalPedro Alves1-17/+0
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0