summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/StringExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-12/+11
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-0/+9
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-6/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-404/+310
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-311-62/+156
* A few minor stylistic cleanups in StringExtractor.Zachary Turner2016-08-301-57/+33
* Use llvm to do endian conversions.Zachary Turner2016-08-301-105/+35
* Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner2016-08-301-15/+13
* Convert GetNameColonValue to return StringRefs.Zachary Turner2016-08-291-16/+30
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-0/+1
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-1/+0
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-0/+1
* Skip leading spaces when decoding hex valuesFrancis Ricci2016-05-241-0/+3
* Add comment in StringExtractor::GetHexU8Dawn Perchik2015-09-251-1/+3
* Fix LLDB RSP client to decode '$O' packets incorrectlyDawn Perchik2015-09-171-2/+11
* Fix cmake build after recent JSON changesPavel Labath2015-07-071-1/+1
* Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JS...Greg Clayton2015-07-061-0/+9
* Silence warnings here by explicit cast.Enrico Granata2015-03-131-2/+2
* Added StringExtractor::DecodeHexU8 && GetHexBytesAvailVince Harron2014-12-011-49/+56
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+13
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-4/+4
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-10/+0
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-4/+3
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-3/+75
* <rdar://problem/13069948>Greg Clayton2013-01-251-10/+10
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-2/+2
* <rdar://problem/12398225>Greg Clayton2012-09-281-36/+46
* Removed redundant isxdigit checks and added the ability to GetHexU8() so it c...Greg Clayton2012-04-071-18/+11
* Add a missing headerStephen Wilson2011-04-071-0/+2
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-0/+20
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-2/+2
* Modified the stop reply packet to be able to send the thread name using theGreg Clayton2011-01-081-0/+10
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Avoid tolower, it's slow and unnecessary.Benjamin Kramer2010-06-221-2/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+360
OpenPOWER on IntegriCloud