Home
last modified time | relevance | path

Searched refs:PrintValueNodeGraph (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/debugger/user_interface/util/
H A DUiUtils.h59 static void PrintValueNodeGraph(BString& _output,
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliPrintVariableCommand.cpp89 UiUtils::PrintValueNodeGraph(data, child, 1, depth); in Execute()
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp283 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 DDebugReportGenerator.cpp624 UiUtils::PrintValueNodeGraph(data, child, 3, 1); in _DumpDebuggedThreadInfo()