aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/StringExtractor.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-404/+310
2016-08-31Revert r280137 and 280139 and subsequent build fixesPavel Labath1-62/+156
2016-08-30A few minor stylistic cleanups in StringExtractor.Zachary Turner1-57/+33
2016-08-30Use llvm to do endian conversions.Zachary Turner1-105/+35
2016-08-30Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner1-15/+13
2016-08-29Convert GetNameColonValue to return StringRefs.Zachary Turner1-16/+30
2016-08-09Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-0/+1
2016-07-29Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-1/+0
2016-07-29Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath1-0/+1
2016-05-24Skip leading spaces when decoding hex valuesFrancis Ricci1-0/+3
2015-09-25Add comment in StringExtractor::GetHexU8Dawn Perchik1-1/+3
2015-09-17Fix LLDB RSP client to decode '$O' packets incorrectlyDawn Perchik1-2/+11
2015-07-07Fix cmake build after recent JSON changesPavel Labath1-1/+1
2015-07-06Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JS...Greg Clayton1-0/+9
2015-03-13Silence warnings here by explicit cast.Enrico Granata1-2/+2
2014-12-01Added StringExtractor::DecodeHexU8 && GetHexBytesAvailVince Harron1-49/+56
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala1-0/+13
2014-04-20Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste1-4/+4
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool1-10/+0
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-4/+3
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-3/+75
2013-01-25<rdar://problem/13069948>Greg Clayton1-10/+10
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea1-2/+2
2012-09-28<rdar://problem/12398225>Greg Clayton1-36/+46
2012-04-07Removed redundant isxdigit checks and added the ability to GetHexU8() so it c...Greg Clayton1-18/+11
2011-04-07Add a missing headerStephen Wilson1-0/+2
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-0/+20
2011-02-24Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton1-2/+2
2011-01-08Modified the stop reply packet to be able to send the thread name using theGreg Clayton1-0/+10
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-1/+1
2010-06-22Avoid tolower, it's slow and unnecessary.Benjamin Kramer1-2/+4
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+360