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-02-01 08:56:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ae23ed336b1ffc496b2fdd537e05bc91273dca4d
llvm
/
lldb
/
examples
History
Greg Clayton
ae23ed336b
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.
...
llvm-svn: 165437
2012-10-08 22:39:38 +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
Implementing plugins that provide commands.
2012-09-28 23:57:51 +00:00
python
Added process attach options and also use the SBLaunchInfo and SBAttachInfo.
2012-09-25 18:27:12 +00:00
scripting
…
summaries
<rdar://problem/12426557> Fixing the NSIndexSet data formatter
2012-10-05 22:58:46 +00:00
synthetic
…
test
…