https://llvm.org/bugs/show_bug.cgi?id=24702
Bug ID: 24702
Summary: LLDB crashes when inferior passes bogus values over
GDB JIT interface
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Hey Sylvestre,
On the Debian side, are we still counting on Makefile support for
distribution building?
-Todd
On Thu, Sep 3, 2015 at 8:33 PM, Bruce Mitchener
wrote:
> There were 2 changes made this week that broke both the cmake and one that
> broke the Makefile builds. I checked in fixes for
I'm trying to set a breakpoint (using `b jl_apply`) on a function
(jl_apply) that is inlined in a number of places. This generally works
fine, but I have noticed that in certain cases LLDB fails to set a
breakpoint even though when I step through manually, it does know which
function the code belon
Certainly a bug. This bit:
if (inlined_die)
{
Block &function_block = sc.function->GetBlock (true);
sc.block = function_block.FindBlockByID (inlined_die.GetID());
if (sc.block == NULL)
sc.block = function_block.FindBlockByID
(in
https://llvm.org/bugs/show_bug.cgi?id=24708
Bug ID: 24708
Summary: parallel dotest.py does not work properly in parallel
mode with non-argument test dirs specified on the end
Product: lldb
Version: unspecified
Hardware: PC
https://llvm.org/bugs/show_bug.cgi?id=24708
Todd Fiala changed:
What|Removed |Added
Assignee|lldb-dev@lists.llvm.org |todd.fi...@gmail.com
--
You are receiving this ma
https://llvm.org/bugs/show_bug.cgi?id=24709
Bug ID: 24709
Summary: dotest.py parallel mode does not gracefully quit with
^C
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
https://llvm.org/bugs/show_bug.cgi?id=24709
Todd Fiala changed:
What|Removed |Added
Assignee|lldb-dev@lists.llvm.org |todd.fi...@gmail.com
--
You are receiving this ma
A few notes to dotest.py users:
* If you want to limit a test run to a test subdirectory *tree*, you can
use the new --test-subdir flag. It covers what used to be the supported
unnamed argument in dosep.py. It is specified relative to the lldb/test
dir.
* If you want to use the unnamed argument
https://llvm.org/bugs/show_bug.cgi?id=24717
Bug ID: 24717
Summary: MiBreakTestCase.test_lldbmi_break_insert_function_pend
ing is marked expectedFlakeyLinux, but still fails
Product: lldb
Version: unspecified
Hardware: PC
Hi Jim,
I tried to work on this, but everything there actually seemed correct. It
now seems to me like those functions are simply missing from .apple_names
(compiled with latest Clang trunk), so this might not be an LLDB bug after
all.
Keno
On Fri, Sep 4, 2015 at 3:20 PM, Jim Ingham wrote:
> C
Actually, it's not a clang bug either. The info is there in the .o file.
This only happens if lldb is looking in the .dSYM. If I delete that and let
lldb look in the .o files, it sets the breakpoint just fine, so I'll chalk
this up as a dsymutil bug. llvm-dsymutil works fine.
On Fri, Sep 4, 2015 a
12 matches
Mail list logo