summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-7/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-263/+185
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+1
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-101-40/+25
* Remove unneeded include.Jason Molenda2015-04-141-4/+0
* Error::Clear() should reset the type to invalid instead of generic.Zachary Turner2015-01-221-1/+1
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-0/+29
* lldb arm64 import.Jason Molenda2014-03-291-1/+1
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-2/+6
* Core: Fix non-Darwin build.Charles Davis2013-08-271-0/+2
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-3/+2
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-1/+1
* Don't retry the Connect when starting up debugserver if the reason for the pr...Jim Ingham2013-06-071-0/+10
* Only include under arm and an Apple system. Otherwise, it will fail under a G...Sylvestre Ledru2013-05-151-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Python summary strings:Enrico Granata2011-07-151-0/+8
* lldb-59.Greg Clayton2011-05-301-1/+0
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-1/+1
* Added a file abtraction layer into the Host section of LLDB.Greg Clayton2011-02-081-1/+1
* Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.Greg Clayton2011-02-051-1/+1
* Fixed an error in the type map for "char **" that was a bad memory smasher.Greg Clayton2011-01-141-0/+15
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Don't snprintf directly into a std::string, it's undefined behavior per C++03.Benjamin Kramer2010-06-211-12/+9
* Make Error.h and Error.cpp compile on Linux.Eli Friedman2010-06-101-2/+7
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+365
OpenPOWER on IntegriCloud