Debugger: Work on LLDB dumpers

54 passed, 122 failed (lldb 300.99/gcc)

Change-Id: I71e1666c542406b126214c2b9b8b56193bcbcf76
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-06-05 11:26:46 +02:00
parent e967049f5b
commit f5200167ed
4 changed files with 115 additions and 59 deletions

View File

@@ -699,7 +699,7 @@ void LldbEngine::updateLocals()
{
WatchHandler *handler = watchHandler();
requestUpdateWatchers();
//requestUpdateWatchers();
Command cmd("updateData");
cmd.arg("expanded", handler->expansionRequests());
@@ -741,7 +741,7 @@ void LldbEngine::updateLocals()
// }
const static bool alwaysVerbose = !qgetenv("QTC_DEBUGGER_PYTHON_VERBOSE").isEmpty();
cmd.arg("passexeptions", alwaysVerbose);
cmd.arg("passexceptions", alwaysVerbose);
cmd.arg("fancy", debuggerCore()->boolSetting(UseDebuggingHelpers));
cmd.arg("autoderef", debuggerCore()->boolSetting(AutoDerefPointers));
cmd.arg("dyntype", debuggerCore()->boolSetting(UseDynamicType));