summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/StringExtractor.cpp
AgeCommit message (Expand)Author
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-06-19[lldb] Replace std::isprint/isspace with llvm's locale-independent versionRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-21[NFC] Remove unused function GetHexWithFixedSizeJonas Devlieghere
2019-05-23[Utility] Modernize C-style catsJonas Devlieghere
2019-05-15Delete unnecessary copy ctors/copy assignment operatorsFangrui Song
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
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-26Implementation of remote packets for Trace data.Ravitheja Addepally
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-31Revert r280137 and 280139 and subsequent build fixesPavel Labath
2016-08-30A few minor stylistic cleanups in StringExtractor.Zachary Turner
2016-08-30Use llvm to do endian conversions.Zachary Turner
2016-08-30Convert some StringExtractor functions to accept MutableArrayRefs.Zachary Turner
2016-08-29Convert GetNameColonValue to return StringRefs.Zachary Turner
2016-08-09Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath
2016-07-29Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath
2016-07-29Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath
2016-05-24Skip leading spaces when decoding hex valuesFrancis Ricci
2015-09-25Add comment in StringExtractor::GetHexU8Dawn Perchik
2015-09-17Fix LLDB RSP client to decode '$O' packets incorrectlyDawn Perchik
2015-07-07Fix cmake build after recent JSON changesPavel Labath
2015-07-06Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JS...Greg Clayton
2015-03-13Silence warnings here by explicit cast.Enrico Granata
2014-12-01Added StringExtractor::DecodeHexU8 && GetHexBytesAvailVince Harron
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-04-20Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea
2012-09-28<rdar://problem/12398225>Greg Clayton
2012-04-07Removed redundant isxdigit checks and added the ability to GetHexU8() so it c...Greg Clayton
2011-04-07Add a missing headerStephen Wilson
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-02-24Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton
2011-01-08Modified the stop reply packet to be able to send the thread name using theGreg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-22Avoid tolower, it's slow and unnecessary.Benjamin Kramer
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner