This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-17 06:40:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d525d0746e01ed0ac37d99c87f793b72da7b1d14
llvm
/
lldb
/
examples
History
Enrico Granata
4fb310e883
Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode)
...
llvm-svn: 167030
2012-10-30 18:01:15 +00:00
..
customization
…
darwin
/heap_find
Checking in fixes that I used to track down a leaking module. The heap module can now search the vm regions with the --vm-regions options to any of the heap functions. This is currently slow and often will time out when run on a large program since our user expression timeout is set to 500000 usec. We need to add an API to LLDB where we can specify the timeout for an expression.
2012-10-08 22:39:38 +00:00
interposing/darwin
/fd_interposing
…
lookup
…
plugins
/commands
Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode)
2012-10-30 18:01:15 +00:00
python
Allow operating system plug-ins to specify the address for registers so we don't have to create data up front.
2012-10-25 17:56:31 +00:00
scripting
…
summaries
Changing the NSDate data formatter to use GetData().uint64[] instead of relying on SBValue.GetValueAsUnsigned() to reinterpret a double as a uint64_t
2012-10-24 19:05:32 +00:00
synthetic
<rdar://problem/12523238> Commit 2 of 3
2012-10-23 21:54:53 +00:00
test
Modified .lldb-loggings now to direct the lldb log files to the same session directory which also houses the test logs.
2012-08-22 20:25:33 +00:00