summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/libdebugserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-318/+304
* Fix warnings.Bruce Mitchener2015-07-221-3/+3
* Add support for building debugserver with CMake (on Mac OS X)Daniel Malea2013-08-091-1/+1
* Add the standard LLVM copyright notice to the top ofJason Molenda2013-03-011-7/+8
* Add the libdebugserver.cpp for creating a library that does debugserverJason Molenda2013-02-281-0/+396
OpenPOWER on IntegriCloud