llvm-project/lldb/source
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
..
API <rdar://problem/13635174> 2013-10-11 19:48:25 +00:00
Breakpoint <rdar://problem/13635174> 2013-10-11 19:48:25 +00:00
Commands <rdar://problem/13635174> 2013-10-11 19:48:25 +00:00
Core Update comment (MIPS also has 32-bit opcodes) 2013-10-10 19:17:07 +00:00
DataFormatters <rdar://problem/12632394> 2013-10-08 20:59:02 +00:00
Expression Implemented TruncInst in the IRInterpreter. 2013-10-11 19:45:00 +00:00
Host Add error checking to 'cmd' buffer as it may not be available (ie. in the case of exec). 2013-10-09 19:23:34 +00:00
Interpreter <rdar://problem/14393032> 2013-09-30 19:11:51 +00:00
Plugins <rdar://problem/13635174> 2013-10-11 19:48:25 +00:00
Symbol Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into RegisterContextPOSIX_x86 2013-10-10 00:16:10 +00:00
Target <rdar://problem/13635174> 2013-10-11 19:48:25 +00:00
Utility Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
CMakeLists.txt Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Remove useless declaration. If match_type == eNameMatchIgnore, we already left this function at the beginning of the method. Found by coverity. Fixes CID 1094188 2013-09-28 15:35:02 +00:00