Details
Diff Detail
Event Timeline
My biggest concern is making the key explanation in the comments a little clearer. Other than that, this looks pretty good.
source/Plugins/Platform/Windows/PlatformWindows.cpp | ||
---|---|---|
535 | I'm confused here. If you're attaching to a process that's already running, we can't spawn the process. Are you're talking only about launching and not "launching _or attaching_ to a process"? | |
541 | s/it to stop/it stop/ | |
545 | s/into/in/ | |
source/Plugins/Platform/Windows/PlatformWindows.h | ||
124 | Isn't the LLDB style to put the return type on a separate line? | |
source/Plugins/Process/Windows/ProcessWindows.cpp | ||
347 | I wonder if we should have some sort of finite timeout here. If something goes wrong, it would be nice for tests to fail rather than hang. |
Isn't the LLDB style to put the return type on a separate line?