summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/XML.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2Jonas Devlieghere2019-12-121-29/+29
* [lldb/Host] Use Host/Config.h for LibXML2 instead of a global defineJonas Devlieghere2019-12-111-29/+30
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-1/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-5/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-0/+12
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-12/+0
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+12
* [XML] Simplify lambda removing unused capture. NFCI.Davide Italiano2017-11-011-1/+1
* Fix some use-after-frees that my last CL introduced.Zachary Turner2016-11-131-4/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-551/+393
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-281-3/+1
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* Change use of keyword 'or' to '||' as keyword not supported by visual studio...Aidan Dodds2015-06-021-2/+2
* Allow clients to get parsing errors and also fix the ApplePropertyList so it ...Greg Clayton2015-05-271-2/+21
* Modify the ApplePropertyList to be able to create StructuredData objects from...Greg Clayton2015-05-261-0/+126
* Added XML to the host layer.Greg Clayton2015-05-261-0/+548
OpenPOWER on IntegriCloud