aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
diff options
context:
space:
mode:
authorMed Ismail Bennani <medismail.bennani@gmail.com>2022-02-25 20:50:05 -0800
committerMed Ismail Bennani <medismail.bennani@gmail.com>2022-03-04 13:35:07 -0800
commit2a29c3f72e8d93385be83bd24a993c3bb57ac181 (patch)
treee631188fd4d881b8e97b7daa6a71284ba07693bd /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
parent22b6e8173cb258fae5a7d332b6f9eb19e9ddf86f (diff)
downloadllvm-2a29c3f72e8d93385be83bd24a993c3bb57ac181.zip
llvm-2a29c3f72e8d93385be83bd24a993c3bb57ac181.tar.gz
llvm-2a29c3f72e8d93385be83bd24a993c3bb57ac181.tar.bz2
[lldb/test] Re-enable TestEvents.py on Darwin and fix crashes
This patch re-enables TestEvents.py on Darwin and fixes some crashes that were happening due to an undefined method. I ran it 100 times locally with the following command and it passed every the time: ``` for i in {1..100}; do print $i/100; ./bin/lldb-dotest -p TestEvents.py 2>&1 | rg PASSED; if [ "$?" -eq "1" ]; then break; fi; done ``` Let's see if it still fails non-deterministically on the bots and eventually also re-enable it on linux. rdar://37037235 Differential Revision: https://reviews.llvm.org/D120607 Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions