forked from qt-creator/qt-creator
Valgrind: Fix live data delivery for Memory Analyzer
Before, the parser was started after the analyzed process has already finished. Start the parser now in parallel with the analyzed process. Change-Id: I13c133f8322767525ac50be3efc86eed80165164 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -193,10 +193,10 @@ Group ValgrindProcessPrivate::runRecipe() const
|
|||||||
};
|
};
|
||||||
|
|
||||||
const Group root {
|
const Group root {
|
||||||
parallel,
|
|
||||||
storage,
|
storage,
|
||||||
xmlBarrier,
|
xmlBarrier,
|
||||||
If (isSetupValid) >> Then {
|
If (isSetupValid) >> Then {
|
||||||
|
parallel,
|
||||||
ProcessTask(onProcessSetup, onProcessDone, CallDoneIf::Error),
|
ProcessTask(onProcessSetup, onProcessDone, CallDoneIf::Error),
|
||||||
If (isAddressValid) >> Then {
|
If (isAddressValid) >> Then {
|
||||||
waitForBarrierTask(xmlBarrier),
|
waitForBarrierTask(xmlBarrier),
|
||||||
|
Reference in New Issue
Block a user