[Lldb-commits] [lldb] [lldb][Mach-O] Don't read symbol table of specially marked binary (PR #129967)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 6 16:24:01 PST 2025


https://github.com/JDevlieghere approved this pull request.

LGTM. I think you could simplify the test even further by using C++ but on the other hand the C tests compile a little faster.

```
std::ofstream pid_file;
pid_file.open (pid_file_path);
pid_file << getpid(); 
pid_file.close();
```

https://github.com/llvm/llvm-project/pull/129967


More information about the lldb-commits mailing list