Displaying 4 results from an estimated 4 matches for "lldm".
Did you mean:
lld
2004 Aug 05
1
[LLVMdev] Error: Program contains no debugging information!
Hi,
I have a question about using lldm-db. I compiled a simple
program using "llvmgcc -g" and loaded the resulting .bc
file into llvm-db, but when I tried to set a breakpoint by
"b main", it complained "Error: Program contains no
debugging information!". Is there anything obvious that I
did wrong here? What...
2016 Jul 29
3
IR @llvm.dbg.value entries for variables when a phi node has been created
...ent.
So my question is whether:
- The above addition to the IR is the correct thing to do [but if so then there is possibly a further issue in SelectionDAGBuilder::visitIntrinsicCall()'s handling of this additional line (where it is currently being discarded)]
- Some other @lldm.dbg.value entry should be produced to generate the correct debug information.
Keith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160729/baaf3dc2/attachment.html>
2016 Jul 31
0
IR @llvm.dbg.value entries for variables when a phi node has been created
...er:
>
> - The above addition to the IR is the correct thing to do [but
> if so then there is possibly a further issue in
> SelectionDAGBuilder::visitIntrinsicCall()’s handling of this additional
> line (where it is currently being discarded)]
>
> - Some other @lldm.dbg.value entry should be produced to
> generate the correct debug information.
>
>
>
> Keith
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-----...
2018 May 15
12
[PATCH libldm 00/12] New API: an ability to retrieve created device-mapper devices back after they have been created.
The main goal of these patch series is to implement a new API that allows to retrieve created device-mapper devices for volumes and partitions back after they have been created.
As part of this patch:
- required libdevmapper version was bumped to 1.02. I think it is safe because it was released more then 10 years ago;
- newer version of libdevmapper allowed to simplify code base a little bit;
-