JJonas Devlieghere[lldb] Remove reproducer logic from LocateSymbolFileMacOSX
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Remove reproducer logic from LocateSymbolFileMacOSX | 4 年前 | |
[lldb] Remove reproducer replay functionality This is part of a bigger rework of the reproducer feature. See [1] for more details. [1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html | 4 年前 | |
Re-land "[lldb/Reproducers] Always collect the whole dSYM in the reproducer" The FileCollector in LLDB collects every files that's used during a debug session when capture is enabled. This ensures that the reproducer only contains the files necessary to reproduce. This approach is not a good fit for the dSYM bundle, which is a directory on disk, but should be treated as a single unit. On macOS LLDB have automatically find the matching dSYM for a binary by its UUID. Having a incomplete dSYM in a reproducer can break debugging even when reproducers are disabled. This patch adds a was to specify a directory of interest to the reproducers. It is called from SymbolVendorMacOSX with the path of the dSYMs used by LLDB. Differential revision: https://reviews.llvm.org/D76672 | 6 年前 | |
[lldb/Driver] Exit with a non-zero exit code in case of error in batch mode. We have the option to stop running commands in batch mode when an error occurs. When that happens we should exit the driver with a non-zero exit code. Differential revision: https://reviews.llvm.org/D78825 | 6 年前 | |
[lldb] Remove reproducer replay functionality This is part of a bigger rework of the reproducer feature. See [1] for more details. [1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html | 4 年前 | |
[lldb] Remove reproducer replay functionality This is part of a bigger rework of the reproducer feature. See [1] for more details. [1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html | 4 年前 | |
[lldb] Remove reproducer replay functionality This is part of a bigger rework of the reproducer feature. See [1] for more details. [1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html | 4 年前 | |
[lldb] Remove reproducer replay functionality This is part of a bigger rework of the reproducer feature. See [1] for more details. [1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html | 4 年前 | |
[lldb/Reproducers] Collect files imported by command script import Files imported by the script interpreter aren't opened by LLDB so they don't end up in the reproducer. The solution is to explicitly add them to the FileCollector. Differential revision: https://reviews.llvm.org/D76626 | 6 年前 | |
[lldb/Reproducers] Collect files imported by command script import Files imported by the script interpreter aren't opened by LLDB so they don't end up in the reproducer. The solution is to explicitly add them to the FileCollector. Differential revision: https://reviews.llvm.org/D76626 | 6 年前 | |
[lldb] Remove reproducer replay functionality This is part of a bigger rework of the reproducer feature. See [1] for more details. [1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html | 4 年前 | |
[lldb] Remove reproducer replay functionality This is part of a bigger rework of the reproducer feature. See [1] for more details. [1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html | 4 年前 | |
[lldb] Remove references to LLDB_CAPTURE_REPRODUCER Remove the remaining references to LLDB_CAPTURE_REPRODUCER. I removed the functionality in an earlier commit but forgot that there was a corresponding test and logic to unset it in our test suite. | 5 年前 |