hanchenye-llvm-project/lldb
Matt Kopec d678d30bac This fixes two issues with the POSIX dynamic loader:
1. existing breakpoints weren't being re-resolved after the sections of a library were loaded (ie. through dlopen).
2. loaded sections weren't being removed after a shared library had been unloaded.

llvm-svn: 190727
2013-09-13 22:14:50 +00:00
..
docs As promised in previous commit, docs for qPlatform_RunCommand. 2013-08-27 15:48:54 +00:00
examples This is an example synthetic provider for libc++ unordered (multi) maps&set 2013-09-04 17:48:52 +00:00
include Disassembler::DisassembleRange() currently calls Target::ReadMemory 2013-09-12 23:23:35 +00:00
lib merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
lldb.xcodeproj <rdar://problem/14071463> 2013-09-12 00:48:47 +00:00
lldb.xcworkspace
resources Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
scripts Added a 'jump' command, similar to GDBs. 2013-09-12 02:20:34 +00:00
source This fixes two issues with the POSIX dynamic loader: 2013-09-13 22:14:50 +00:00
test Skip tests that segfault or are inconsistent on FreeBSD 2013-09-13 17:35:13 +00:00
tools r189295 inadvertently set the codesigning identity for the debugserver Debug configuration 2013-09-06 16:54:45 +00:00
utils Fixed continue issues with process attach/detach 2013-05-28 21:27:03 +00:00
www Clean up some documentation. 2013-08-21 18:13:29 +00:00
.arcconfig Adding .arcconfig file to LLDB to allow using Phabricator for reviews 2013-05-23 20:21:28 +00:00
.gitignore
CMakeLists.txt Added MSVC config file and makefile support. 2013-09-05 16:56:12 +00:00
INSTALL.txt
LICENSE.TXT
Makefile MingW compilation (windows). Includes various refactoring to improve portability. 2013-08-23 12:44:05 +00:00