[Lldb-commits] [lldb] r321651 - [ARM64] Remove unused function. NFCI.

2018-01-02 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Jan 2 08:22:09 2018 New Revision: 321651 URL: http://llvm.org/viewvc/llvm-project?rev=321651&view=rev Log: [ARM64] Remove unused function. NFCI. Modified: lldb/trunk/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp Modified: lldb/trunk/source/Plugins/In

[Lldb-commits] [lldb] r321652 - [MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.

2018-01-02 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Jan 2 08:24:30 2018 New Revision: 321652 URL: http://llvm.org/viewvc/llvm-project?rev=321652&view=rev Log: [MacOSX-Kernel] Remove broken KDP_IMAGEPATH support. Modified: lldb/trunk/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp Modified: lldb/trunk/source

[Lldb-commits] [lldb] r321654 - [Core/Debugger] Remove some code that doesn't compile anymore.

2018-01-02 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue Jan 2 08:27:01 2018 New Revision: 321654 URL: http://llvm.org/viewvc/llvm-project?rev=321654&view=rev Log: [Core/Debugger] Remove some code that doesn't compile anymore. Modified: lldb/trunk/source/Core/Debugger.cpp Modified: lldb/trunk/source/Core/Debugger.cpp URL:

Re: [Lldb-commits] [lldb] r321271 - Work around test failures on red-hat linux

2018-01-02 Thread Jim Ingham via lldb-commits
This is a trivial thing, but you can use: lldbutil.run_break_set_by_source_regexp rather than having to capture the line number matching the regex and setting a line breakpoint from that. You are setting them in different source files, so you'll have to pass: extra_options = "-f 'One/One.c

[Lldb-commits] [PATCH] D41427: Fix crash when parsing the type of a function without any arguments

2018-01-02 Thread Aaron Smith via Phabricator via lldb-commits
asmith added a comment. Do you prefer to drop the test changes and corresponding binaries? For an llvm-lit test, which directory do you recommend for the new file? Repository: rL LLVM https://reviews.llvm.org/D41427 ___ lldb-commits mailing list

Re: [Lldb-commits] [PATCH] D41427: Fix crash when parsing the type of a function without any arguments

2018-01-02 Thread Zachary Turner via lldb-commits
Something under lldb\lit. Can make a new directory, like DebugInfo\PDB or something. On Tue, Jan 2, 2018 at 9:10 PM Aaron Smith via Phabricator < revi...@reviews.llvm.org> wrote: > asmith added a comment. > > Do you prefer to drop the test changes and corresponding binaries? > For an llvm-lit te