aboutsummaryrefslogtreecommitdiff
path: root/source/Breakpoint
AgeCommit message (Expand)Author
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-29Add a function to make a mutex-protected copy of a breakpoint site'sJim Ingham
2015-07-29Lock the owners mutex in the BreakpointSite before updating the hitJim Ingham
2015-07-21Add support for specifying a language to use when parsing breakpoints.Dawn Perchik
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-27Fix BreakpointLocationCollection::ShouldStop to handle breakpoint removalTamas Berghammer
2015-05-18Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K
2015-05-15Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron
2015-05-15Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K
2015-04-22This is some groundwork for filtering the language ExceptionJim Ingham
2015-04-09Generate an event when a pending breakpoint bindsIlia K
2015-03-30Work around lack of %zd printf format specifier in MSVC libs.Adrian McCarthy
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2015-03-04Don't #include clang headers from BreakpointLocation.hZachary Turner
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2015-02-13Change the default disassembly format again. First attempt atJason Molenda
2015-01-15Make sure that when a breakpoint is hit but its condition is not met,Jim Ingham
2014-12-17Fix initialization order to match that of the source.Eric Christopher
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham
2014-10-22The breakpoint location hit counts were getting incremented inJim Ingham
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda
2014-09-10Rework how resetting breakpoints in changed modules works. Try to match up oldJim Ingham
2014-07-01Fix typos.Bruce Mitchener
2014-06-18Actually make a real scoped locker rather than constructing one that gets imm...Jim Ingham
2014-06-18Add locking around the m_owners collection in the breakpoint site. If we are...Jim Ingham
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham
2014-04-08This function should be const.Jim Ingham
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-24JITed functions can now have debug info and be debugged with debug and source...Greg Clayton
2014-03-12When clearing a breakpoint site, make sure the owning process still exists be...Jim Ingham
2014-03-04Fix a couple of typo's in breakpoint descriptions.Jim Ingham
2014-02-27remove useless declarations found thanks to scan-buildSylvestre Ledru
2014-01-10Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-12-03<rdar://problem/15566148>Greg Clayton
2013-12-03Remove the bad assumption that breakpoint locations won't get deleted in Brea...Jim Ingham
2013-11-09Fixed the the breakpoint test case failures. Greg Clayton
2013-11-07This patch does a couple of things. Jim Ingham
2013-11-05<rdar://problem/15367122>Greg Clayton
2013-11-04Added a "--debug" option to the "expression" command. Greg Clayton
2013-10-21Fixed breakpoints to be able to be set on eSymbolTypeReExported symbols and r...Greg Clayton
2013-10-12Report the summed hit count in the breakpoint line.Jim Ingham
2013-10-11<rdar://problem/13635174>Greg Clayton
2013-10-04Remove unused local variable.Michael Sartain
2013-09-27Factor the code that was eliminating redundant breakpoint locations and movingJim Ingham
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger
2013-09-10Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a f...Jim Ingham