summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/DNBBreakpoint.cpp
AgeCommit message (Expand)Author
2025-04-07[lldb][debugserver] Fix an off-by-one error in watchpoint identification (#13...Jason Molenda
2025-04-07Revert "[lldb][debugserver] Fix an off-by-one error in watchpoint identificat...Jason Molenda
2025-04-07[lldb][debugserver] Fix an off-by-one error in watchpoint identification (#13...Jason Molenda
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-03-09Fix debugserver warnings on MacOSX.Greg Clayton
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-05-21<rdar://problem/13892516>Greg Clayton
2013-02-22Change debugserver from using the mach port number (in debugserver'sJason Molenda
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2011-10-28Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton
2011-01-19Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner