summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/DNBBreakpoint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. ↵Greg Clayton2012-09-181-2/+2
| | | | | | Some platforms don't support this modification. llvm-svn: 164148
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-25/+25
| | | | | | the ensuing mayhem. llvm-svn: 143244
* Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton2011-01-191-2/+2
| | | | | | | | | | | | | | 500 ms. Make MachThreadList more threadsafe. Added code to make sure the thread register state was properly flushed for x86_64. Fixed an missing return code for the current thread in the new thread suffix code. Improved debugserver logging. llvm-svn: 123815
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+303
llvm-svn: 105619
OpenPOWER on IntegriCloud