[Lldb-commits] [PATCH] D54059: Remove Java debugger plugin

2018-11-05 Thread Tamas Berghammer via Phabricator via lldb-commits
tberghammer added inline comments. Comment at: tools/lldb-test/SystemInitializerTest.cpp:194 SystemRuntimeMacOSX::Initialize(); RenderScriptRuntime::Initialize(); - JavaLanguageRuntime::Initialize(); davide wrote: > Aside, do you know why we have renderscr

[Lldb-commits] [PATCH] D54059: Remove Java debugger plugin

2018-11-05 Thread Davide Italiano via Phabricator via lldb-commits
davide added inline comments. Comment at: tools/lldb-test/SystemInitializerTest.cpp:194 SystemRuntimeMacOSX::Initialize(); RenderScriptRuntime::Initialize(); - JavaLanguageRuntime::Initialize(); Aside, do you know why we have renderscript support? maybe th

[Lldb-commits] [PATCH] D54059: Remove Java debugger plugin

2018-11-05 Thread Tamas Berghammer via Phabricator via lldb-commits
tberghammer accepted this revision. tberghammer added a comment. This revision is now accepted and ready to land. LGTM. Thank you for removing it. Comment at: source/Plugins/Process/minidump/MinidumpTypes.h:84 Token = 19, - JavascriptData = 20, SystemMemoryInfo = 21, ---

[Lldb-commits] [PATCH] D54059: Remove Java debugger plugin

2018-11-03 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. In https://reviews.llvm.org/D54059#1286293, @teemperor wrote: > Minor detail: The revision title only mentions Java, but this revision > removes both Go and Java. Actually, this review is only for removing the Java plugin. There’s a different review for the Go pl

[Lldb-commits] [PATCH] D54059: Remove Java debugger plugin

2018-11-02 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. Minor detail: The revision title only mentions Java, but this revision removes both Go and Java. Did anyone actually went through with Jim's proposal and posted this proposal to some Go mailing list or so? https://reviews.llvm.org/D54059 _