aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-07gdb: remove interp_pre_command_loopSimon Marchi1-1/+1
It is a trivial wrapper around the pre_command_loop method, remove it. Change-Id: Idb2c61f9b68988528006a9a9b2b528f43781eef4 Approved-By: Tom Tromey <tom@tromey.com>
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+251
I'd like to move some things so they become methods on struct ui. But first, I think that struct ui and the related things are big enough to deserve their own file, instead of being scattered through top.{c,h} and event-top.c. Change-Id: I15594269ace61fd76ef80a7b58f51ff3ab6979bc