[lldb-dev] LLVM Bugzilla MOVED to bugs.llvm.org

2017-02-12 Thread Tanya Lattner via lldb-dev
All,

http://llvm.org/bugs  has moved to bugs.llvm.org 
. You will be redirected if you attempted to access via 
the old URL, but please update your bookmarks as well.

HTTPS access to bugzilla is now updated to a new SSL certificate. 

If you experience any problems, please let me know or email 
llvm-ad...@lists.llvm.org

Thank you,
Tanya___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] Breakpoint + callback performance ... Can it be faster?

2017-02-12 Thread Roman Popov via lldb-dev
Hello Benjamin , all

>>I recently started using lldb to write a basic instrumentation tool for
>>tracking the values of variables at various code-points in a program.

I have the same problem of tracing some variables and debugging
application post-mortem. Without knowing about your experience I've
started walking same path and encountered same problem. In my case
inserting an empty callback slows-down application by 100x. This is
not acceptable for me, because instead of minutes I got hours of
runtime.

Did you found any faster solution?

My current plan is to solve it with code injection: I plan to find
pointers to interesting values using debugger scripting and then
inject code to trace them.

Does LLDB supports code injection ? I've found information only about
gdb https://sourceware.org/gdb/onlinedocs/gdb/Compiling-and-Injecting-Code.html
but not about lldb


-Roman
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] [4.0.0 Release] Release Candidate 1 source and binaries available

2017-02-12 Thread Sylvestre Ledru via lldb-dev
Le 24/01/2017 à 00:01, Hans Wennborg via Release-testers a écrit :
> Source, binaries and docs for LLVM-4.0.0-rc1 are now available at
> http://www.llvm.org/pre-releases/4.0.0/#rc1
>
> Please try it out, run tests, build your favourite projects and file
> bugs about anything that doesn't work and needs to be fixed before the
> release, marking them as blockers of http://llvm.org/pr31622.
Green on Debian for all archs:
https://buildd.debian.org/status/package.php?p=llvm-toolchain-4.0

Please note that I don't fail the builds when the testsuites are not green.

Sylvestre
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev