hanchenye-llvm-project/lldb
Ilia K d7f932a8c8 Add size field to library load event (MI)
Summary:
(This revision supersedes the abandon: http://reviews.llvm.org/D9716)
Size field is used to let the debugger attribute an address to a specific library when symbols are not available. 
For example:
	OpenGLESApp4.app!Cube_draw() Line 74	C
 	OpenGLESApp4.app!-[GameViewController glkView:drawInRect:](GameViewController * self, SEL _cmd, GLKView * view, CGRect rect) Line 89	C++
 	GLKit!<redacted>	
 	QuartzCore!<redacted>	
 	QuartzCore!<redacted>	
 	QuartzCore!<redacted>	
 	QuartzCore!<redacted>	
 	QuartzCore!<redacted>	
 	UIKit!<redacted>	
 	UIKit!<redacted>	
 	UIKit!<redacted>	
 	UIKit!<redacted>	
 	FrontBoardServices!<redacted>	
 	CoreFoundation!<redacted>	

Patch from paulmay@microsoft.com

Reviewers: ChuckR, abidh, ki.stfu

Subscribers: greggm, lldb-commits

Differential Revision: http://reviews.llvm.org/D11574

llvm-svn: 244573
2015-08-11 06:07:14 +00:00
..
cmake Use lowercase for local cmake variables. 2015-08-07 18:54:06 +00:00
docs Improve man page markup 2015-07-31 14:26:15 +00:00
examples Fix typo in gdbremote.py 2015-07-28 15:13:23 +00:00
include Revert r244308 since it's introducing test regressions on Linux: 2015-08-10 21:49:50 +00:00
lib Bug 24332 - Fix the build of lldb under GNU/Linux when using autotools 2015-08-05 12:46:53 +00:00
lit
lldb.xcodeproj Bump the version # in the xcode proj file from major number 340 to 350. 2015-08-04 03:14:49 +00:00
lldb.xcworkspace Working on getting the OSX build green 2015-05-12 02:20:27 +00:00
resources Bump the version # in the xcode proj file from major number 340 to 350. 2015-08-04 03:14:49 +00:00
scripts First part of an attempt to indicate to the user when they are 2015-07-29 00:42:47 +00:00
source Revert r244308 since it's introducing test regressions on Linux: 2015-08-10 21:49:50 +00:00
test Add size field to library load event (MI) 2015-08-11 06:07:14 +00:00
tools Add size field to library load event (MI) 2015-08-11 06:07:14 +00:00
unittests Convert the ScriptInterpreter system to a plugin-based one. 2015-07-30 20:28:07 +00:00
utils
www Update to new lists.llvm.org 2015-08-05 04:02:43 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Standalone cmake build improvements (bug #23889) 2015-07-17 15:50:48 +00:00
CODE_OWNERS.txt
INSTALL.txt Revert the patch to Test Commit Access 2015-07-06 11:26:51 +00:00
LICENSE.TXT
Makefile Test commit 2015-07-22 08:41:18 +00:00