[all-commits] [llvm/llvm-project] 5d3926: [lldb] Clean up ProcessGDBRemote::DidLaunchOrAttach
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Feb 13 01:32:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5d3926a5a287618fea772c5be689f6c9fc2f6fc3
https://github.com/llvm/llvm-project/commit/5d3926a5a287618fea772c5be689f6c9fc2f6fc3
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Log Message:
-----------
[lldb] Clean up ProcessGDBRemote::DidLaunchOrAttach
- reduce indentation by removing the defensive
GetID()!=INVALID_PROCESS_ID check -- this function is only called when
an attach or launch succeeds
- replace LLDB_LOGF with LLDB_LOG
More information about the All-commits
mailing list