SYMBOL INDEX (43 symbols across 3 files) FILE: src/backend.cpp function glfw_error_callback (line 18) | void glfw_error_callback(int error, const char* description) { function main_loop (line 22) | void main_loop(void (*user_function)()) { FILE: src/main.cpp type Hook (line 17) | namespace Hook { function GetExecutablePath (line 19) | std::string GetExecutablePath() { function GetDebugServerPath (line 29) | std::string GetDebugServerPath() { type VariableInfo (line 40) | struct VariableInfo { method VariableInfo (line 41) | VariableInfo(lldb::SBValue& value) { method VariableInfo (line 63) | VariableInfo() = default; method IsAggregateType (line 65) | bool IsAggregateType() const { method GetFullyQualifiedValue (line 69) | std::string GetFullyQualifiedValue() const { method VariableInfo (line 77) | const VariableInfo& GetRoot() const { method IsRoot (line 85) | bool IsRoot() const { method ParentIsContainer (line 89) | bool ParentIsContainer() const { method GetFullyQualifiedName (line 93) | std::string GetFullyQualifiedName() const { function HelpMarker (line 132) | void HelpMarker(const char* desc) { function PublishChange (line 142) | void PublishChange(const VariableInfo& varInfo) { function FindVariableById (line 148) | lldb::SBValue FindVariableById(lldb::SBFrame& frame, uint64_t id) { function GetVariablesFromFrame (line 159) | std::vector GetVariablesFromFrame(lldb::SBFrame& frame) { function GetThread (line 172) | lldb::SBThread GetThread(lldb::SBProcess& process) { function GetFrames (line 180) | std::vector GetFrames(lldb::SBThread& thread) { function DisplayVariable (line 194) | void DisplayVariable(VariableInfo& varInfo) { function FetchNestedMembers (line 268) | void FetchNestedMembers(lldb::SBValue& aggregateValue, VariableInfo& p... function GetVariablesFromThread (line 283) | std::vector GetVariablesFromThread(lldb::SBThread& thre... function FetchAllVariables (line 292) | void FetchAllVariables() { function AttachToProcess (line 314) | void AttachToProcess(lldb::SBAttachInfo& attachInfo) { function AttachToProcessWithID (line 322) | void AttachToProcessWithID(lldb::pid_t pid) { function SetupEventListener (line 328) | void SetupEventListener() { function HandleAttachProcess (line 337) | void HandleAttachProcess() { function StyleColorsFunky (line 344) | void StyleColorsFunky() { function StyleColorsBlack (line 427) | void StyleColorsBlack() { function Draw (line 501) | void Draw() { function UpdateVariableValue (line 588) | void UpdateVariableValue(const VariableInfo* var_info) { function HandleLLDBProcessEvents (line 606) | void HandleLLDBProcessEvents() { function HandleKeys (line 625) | void HandleKeys() { function core (line 645) | void core() { function SetupLoop (line 651) | void SetupLoop() { function TearDownDebugger (line 657) | void TearDownDebugger() { function SetupDebugger (line 661) | void SetupDebugger() { function main (line 669) | int main() { FILE: test/test.cpp type Foo (line 10) | struct Foo { class Bar (line 19) | class Bar { function infinite_sleep (line 32) | void infinite_sleep() { function main (line 39) | int main() {