[Lldb-commits] [PATCH] Add =shlibs-added/=shlibs-removed notifications (MI)

Ilia K ki.stfu at gmail.com
Tue Mar 10 14:37:38 PDT 2015


I have a question.


================
Comment at: source/API/SBTarget.cpp:136
@@ +135,3 @@
+{
+    return Target::TargetEventData::GetEventDataFromEvent(event.get()) != NULL;
+}
----------------
clayborg wrote:
> Make static functions in Target.h/cpp so we don't expose the TargetEventData class to anyone.
Why you want to hide it in cpp file? It was done similarly to ThreadEventData/ProcessEventData/BreakpointEventData.

http://reviews.llvm.org/D8201

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list