Searched refs:PrintValueNodeGraph (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/private/debugger/user_interface/util/ |
H A D | UiUtils.h | 59 static void PrintValueNodeGraph(BString& _output,
|
/haiku/src/apps/debugger/user_interface/cli/commands/ |
H A D | CliPrintVariableCommand.cpp | 89 UiUtils::PrintValueNodeGraph(data, child, 1, depth); in Execute()
|
/haiku/src/kits/debugger/user_interface/util/ |
H A D | UiUtils.cpp | 283 UiUtils::PrintValueNodeGraph(BString& _output, ValueNodeChild* child, in PrintValueNodeGraph() function in UiUtils 336 PrintValueNodeGraph(_output, node->ChildAt(i), in PrintValueNodeGraph()
|
/haiku/src/kits/debugger/controllers/ |
H A D | DebugReportGenerator.cpp | 624 UiUtils::PrintValueNodeGraph(data, child, 3, 1); in _DumpDebuggedThreadInfo()
|