[Lldb-commits] [PATCH] D20875: Fix JavaArraySyntheticFrontEnd for non-reference ValueObject.

2016-06-01 Thread Andrew Ford via lldb-commits
andrewford created this revision. andrewford added reviewers: clayborg, tberghammer. andrewford added a subscriber: lldb-commits. Fix missing return after checking that m_backend is not a pointer or reference type. http://reviews.llvm.org/D20875 Files: source/Plugins/Language/Java/JavaFormatt

[Lldb-commits] [PATCH] D24853: Fix windows build.It does not like mixed 'enum' and 'enum class'.

2016-09-22 Thread Andrew Ford via lldb-commits
andrewford created this revision. andrewford added a reviewer: jingham. andrewford added a subscriber: lldb-commits. Change-Id: I611460cf4df58073bda64e16847e5358c3361aa7 https://reviews.llvm.org/D24853 Files: include/lldb/Breakpoint/BreakpointOptions.h Index: include/lldb/Breakpoint/Breakpoin

Re: [Lldb-commits] [PATCH] D24853: Fix windows build.It does not like mixed 'enum' and 'enum class'.

2016-09-22 Thread Andrew Ford via lldb-commits
andrewford added a comment. BTW, I don't have commit access, would appreciate if someone could submit for me assuming this is acceptable :) https://reviews.llvm.org/D24853 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.

[Lldb-commits] [PATCH] D25217: Fix test when using remote debugging.

2016-10-03 Thread Andrew Ford via lldb-commits
andrewford created this revision. andrewford added a reviewer: labath. andrewford added a subscriber: lldb-commits. Use os.getcwd() instead of get_process_working_directory() as prefix for souce file. https://reviews.llvm.org/D25217 Files: packages/Python/lldbsuite/test/functionalities/break