summaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/DNBDataRef.cpp
AgeCommit message (Expand)Author
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-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-01Fix warnings in DNBDataRef.cpp, NFCVedant Kumar
2017-01-06Revert part of cleanup to fix a build breakDavid Blaikie
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-2864-bit LEB values are not always correctly decoded due to a casting issue, no...Greg Clayton
2016-05-06debugserver: fix a few -Wcovered-swift-default warningsSaleem Abdulrasool
2015-07-22Fix warnings.Bruce Mitchener
2013-01-25<rdar://problem/13069948>Greg Clayton
2011-08-11To silence the static analyzer.Johnny Chen
2011-04-01Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAXGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner