summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/XML.cpp
AgeCommit message (Expand)Author
2023-07-08Add missing StringExtras.h includesElliot Goodrich
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2022-01-10[lldb] fix memory leak in "GetGDBServerRegisterInfoXMLAndProcess"Lirong Yuan
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-09-27[lldb] [Host] Refactor XML converting gettersMichał Górny
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
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-12[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2Jonas Devlieghere
2019-12-11[lldb/Host] Use Host/Config.h for LibXML2 instead of a global defineJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-20Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath
2018-02-28Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath
2018-02-27[lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath
2017-11-01[XML] Simplify lambda removing unused capture. NFCI.Davide Italiano
2016-11-13Fix some use-after-frees that my last CL introduced.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-07-28Fix warnings detected by -Wpessimizing-movePavel Labath
2015-07-22Fix typos.Bruce Mitchener
2015-06-02Change use of keyword 'or' to '||' as keyword not supported by visual studio...Aidan Dodds
2015-05-27Allow clients to get parsing errors and also fix the ApplePropertyList so it ...Greg Clayton
2015-05-26Modify the ApplePropertyList to be able to create StructuredData objects from...Greg Clayton
2015-05-26Added XML to the host layer.Greg Clayton