Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/DynamicLoaderFreeBSDKernel.cpp | ||
---|---|---|
115–116 | kFreeBSD indicates a FreeBSD kernel, typically with some other userland (e.g. Debian GNU/kFreeBSD is Debian's standard userland, with FreeBSD instead of Linux as the kernel). But these projects are mostly not active anymore and I'm not sure how we'd test. | |
183 | Add return false; for now as well? | |
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | ||
943 | The indentation looks wrong on a few lines here, |
Comment Actions
Add "real comment" for commented code
Some of my code is commented without showing the reason.
In this comment, I add the reason for it.
kFreeBSD indicates a FreeBSD kernel, typically with some other userland (e.g. Debian GNU/kFreeBSD is Debian's standard userland, with FreeBSD instead of Linux as the kernel). But these projects are mostly not active anymore and I'm not sure how we'd test.