hanchenye-llvm-project/lldb
Greg Clayton eb023e75dc <rdar://problem/13635174>
Added a way to set hardware breakpoints from the "breakpoint set" command with the new "--hardware" option. Hardware breakpoints are not a request, they currently are a requirement. So when breakpoints are specified as hardware breakpoints, they might fail to be set when they are able to be resolved and should be used sparingly. This is currently hooked up for GDB remote debugging. 

Linux and FreeBSD should quickly enable this feature if possible, or return an error for any breakpoints that are hardware breakpoint sites in the "virtual Error Process::EnableBreakpointSite (BreakpointSite *bp_site);" function.

llvm-svn: 192491
2013-10-11 19:48:25 +00:00
..
docs Document the QEnvironmentHexEncoded packet, and explain why it is 2013-10-10 22:02:09 +00:00
examples An example of data formatters that generate a summary for a Unicode UTF encoded string represented as a (pointer,length) pair 2013-10-08 17:29:27 +00:00
include <rdar://problem/13635174> 2013-10-11 19:48:25 +00:00
lib merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
lldb.xcodeproj Removed the -t options from linking flags to avoid having the linker print out all .o files it was linking with. 2013-10-10 17:51:57 +00:00
lldb.xcworkspace Move the performance test cases into their own project. 2013-03-18 23:05:00 +00:00
resources Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
scripts <rdar://problem/14028923> 2013-10-08 21:49:02 +00:00
source <rdar://problem/13635174> 2013-10-11 19:48:25 +00:00
test Expected FreeBSD failure due to pr 17430 2013-10-11 17:24:16 +00:00
tools Fix a few errors found when building lldb with newer versions of clang. 2013-10-05 02:52:22 +00:00
utils Add LLVM license headers to lldb ui frontend 2013-10-11 17:13:07 +00:00
www Tweak documentation for formats in categories 2013-10-08 21:07:22 +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 Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
INSTALL.txt Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. 2013-02-21 22:37:18 +00:00
LICENSE.TXT
Makefile Respect SDKROOT in lldb Makefile 2013-09-18 16:32:28 +00:00