summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Event.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-301/+0
* Remove comments after header includes.Jonas Devlieghere2018-11-111-3/+3
* Reimplement EventDataBytes::Dump to avoid DumpDataExtractorPavel Labath2018-07-241-9/+7
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-9/+7
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-2/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-0/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-255/+160
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+169
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-169/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+169
* Fix some long standing issues that caused tests to be flaky. Greg Clayton2016-05-121-9/+24
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-101-39/+20
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-8/+14
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-9/+8
* Improve the broadcast event dumping.Greg Clayton2012-10-291-1/+19
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-0/+7
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-1/+2
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-43/+0
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-3/+3
* Add missing includes.Eli Friedman2010-06-091-0/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+241
OpenPOWER on IntegriCloud