[Lldb-commits] [PATCH] D56174: ProcessLaunchInfo: remove Debugger reference

2019-01-07 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL350510: ProcessLaunchInfo: remove Debugger reference (authored by labath, committed by ). Herald added a subscriber: llvm-commits. Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.o

[Lldb-commits] [PATCH] D56174: ProcessLaunchInfo: remove Debugger reference

2018-12-31 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: zturner, jingham, teemperor. The Debuffer object was being used in "GetListenerForProcess" to provide a default listener object if one was not specified in the launch_info object. Since all the callers of this function immediately passed the r