[lldb-dev] [RFC] Upstreaming Reproducer Capture/Replay for the API Test Suite

2020-04-06 Thread Jonas Devlieghere via lldb-dev
Hi everyone, Reproducers in LLDB are currently tested through (1) unit tests, (2) dedicated end-to-end shell tests and (3) the `lldb-check-repro` suite which runs all the shell tests against a replayed reproducer. While this already provides great coverage, we're still missing out on about 800 API

Re: [lldb-dev] [RFC] Upstreaming Reproducer Capture/Replay for the API Test Suite

2020-04-06 Thread Davidino Italiano via lldb-dev
> On Apr 6, 2020, at 2:24 PM, Jonas Devlieghere via lldb-dev > wrote: > > Hi everyone, > > Reproducers in LLDB are currently tested through (1) unit tests, (2) > dedicated end-to-end shell tests and (3) the `lldb-check-repro` suite which > runs all the shell tests against a replayed reprodu

[lldb-dev] [Bug 35484] Lack of signing for lldb-debugserver should be detected at configure time.

2020-04-06 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=35484 Davide Italiano changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[lldb-dev] Saving and restoring STDIN in the ScriptInterpreter

2020-04-06 Thread Davide Italiano via lldb-dev
Hi Pavel, Jonas, I was trying to reduce a bug through c-reduce, so I decided to write a SBAPI script to make it easier. I did find out, that after the first iteration, the reduction gets stuck forever. I sampled the process and I saw the following (trimmed for readability). Call graph: […]