| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Copy log files into diagnostic directory This patch copies over log files to the diagnostic directory. The caveat here is that this only works for logs that are redirected to a file. The implementation piggybacks of the mapping kept by the debugger. The advantage is that it's free until you generate the diagnostics, at which point you only pay the price of copying over the file. Differential revision: https://reviews.llvm.org/D135631 | 3 年前 | |
[lldb] Copy log files into diagnostic directory This patch copies over log files to the diagnostic directory. The caveat here is that this only works for logs that are redirected to a file. The implementation piggybacks of the mapping kept by the debugger. The advantage is that it's free until you generate the diagnostics, at which point you only pay the price of copying over the file. Differential revision: https://reviews.llvm.org/D135631 | 3 年前 | |
[lldb] Emit diagnostic events in the diagnostic dump Connect the diagnostic events with the diagnostic infrastructure. - Emit existing diagnostic events (warnings and errors) to the diagnostic log. - Introduce a new diagnostic event (info) that's used exclusively for diagnostic logging and does not get broadcast. Differential revision: https://reviews.llvm.org/D136648 | 3 年前 | |
[lldb] Update TestDump.test for gnuwin32's 'file' command output Remove the colon from the CHECK line for the output of the file command. On macOS and Linux, the file command uses a colon as the separator between the path and the file type, but gnuwin32's file command uses a semicolon. | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 |