summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core
Commit message (Expand)AuthorAgeFilesLines
* Make sure we print timestamps correctly to 9 places since we are printing nan...Greg Clayton2015-05-271-1/+1
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-272-29/+35
* Add a language log category.Colin Riley2015-05-271-0/+3
* Improve LLDB prompt handlingPavel Labath2015-05-273-174/+110
* Make StructureData objects dump themselves with correct indentation.Greg Clayton2015-05-271-19/+28
* Implement PlatformWindows::GetEnvironment.Zachary Turner2015-05-221-0/+6
* Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton2015-05-211-2/+5
* A previous patch made it so that ValueObjects could update themselves even in...Enrico Granata2015-05-191-0/+8
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-2/+4
* Constant result ValueObjects are - well - constantEnrico Granata2015-05-161-19/+21
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-4/+2
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-2/+4
* Fixed a ton of gcc compile warningsVince Harron2015-05-133-10/+8
* Add Hexagon packet support to ThreadPlanStepRangeTed Woodward2015-05-111-2/+49
* Enable thread-safe logging.Zachary Turner2015-05-081-8/+16
* Add logging to ProcessWindows.Zachary Turner2015-05-071-2/+10
* Make it so that changing formats on a synthetic value object causes children ...Enrico Granata2015-05-071-0/+12
* [ValueObject::GetPointeeData] Get addr from value for eValueHostAddress values.Siva Chandra2015-05-051-0/+8
* [ValueObject] Do not return address of eValueTypeHostAddress values.Siva Chandra2015-05-041-3/+5
* Add language command and LanguageRuntime plugin changes to allow vending of c...Colin Riley2015-05-041-1/+14
* Guard against the case where the Write method is called withJason Molenda2015-04-301-2/+11
* Remove the NullLog class introduced in r236174.Zachary Turner2015-04-302-75/+0
* Fix typo in Core/LogPavel Labath2015-04-301-1/+1
* Fix build broken by r236174.Zachary Turner2015-04-291-4/+4
* Introduce a NullLog class, which ignores all messages.Zachary Turner2015-04-293-115/+168
* Don't print a type of variable in Address::Dump if it's unknown (i.e. nullptr)Ilia K2015-04-281-3/+8
* [LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad2015-04-231-4/+35
* Stop read thread of Communication on EOFTamas Berghammer2015-04-201-4/+4
* Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda2015-04-171-2/+2
* Remove unneeded include.Jason Molenda2015-04-141-4/+0
* Remove unused functions that were causing warnings.Greg Clayton2015-04-141-15/+0
* Allow the variable view to get synthetic values if they are available in "gui...Greg Clayton2015-04-101-1/+13
* Cleanup virtual methods and mark them as "override" and remove "virtual".Greg Clayton2015-04-101-90/+95
* Fix Debugger::HandleProcessEvent in case when ProcessIOHandler doesn't existIlia K2015-04-091-1/+1
* Fix -Wformat-pedantic warningsDavid Blaikie2015-04-081-3/+6
* Rework LLDB system initialization.Zachary Turner2015-03-311-30/+17
* Make sure that "add-dsym" can't crash us when using it.Greg Clayton2015-03-311-8/+38
* Fix type detection for 'char' variablesTamas Berghammer2015-03-311-0/+26
* Work around lack of %zd printf format specifier in MSVC libs.Adrian McCarthy2015-03-301-1/+1
* Bug 23051 - Fix build failure on Freebsd with gcc 4.9.Sylvestre Ledru2015-03-281-1/+1
* Support for truncate/append on log filesPavel Labath2015-03-202-1/+13
* Move LLDB initialization/shutdown to Initialization.Zachary Turner2015-03-191-24/+5
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-183-1/+5
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-1813-11/+275
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-1/+17
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-1/+3
* Make ModuleList::GetSharedModule to use module_search_paths parameter.Oleksiy Vyalov2015-03-161-6/+38
* This fixes the build I previously broke - and actually makes the test case wo...Enrico Granata2015-03-121-24/+74
* Fix a bug in the data formatters where summary strings would not look into th...Enrico Granata2015-03-121-1/+1
* Fix ProcessIO test failuresPavel Labath2015-03-121-1/+33
OpenPOWER on IntegriCloud