summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
Commit message (Expand)AuthorAgeFilesLines
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-041-0/+9
* Fix logging messagePavel Labath2015-09-031-1/+1
* Fix rare failure in TestProcessIOPavel Labath2015-09-031-6/+5
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-031-1/+1
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-022-646/+0
* Add a Language::ForAllLanguages helper functionEnrico Granata2015-09-021-0/+10
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-022-140/+141
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-012-50/+50
* Add support for language plugins to provide data formatters (second attempt)Enrico Granata2015-09-011-0/+6
* Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin2015-09-011-1/+1
* Revert "Add support for language plugins to provide data formatters"Pavel Labath2015-09-011-6/+0
* Add support for language plugins to provide data formattersEnrico Granata2015-09-011-0/+6
* Include <mutex>Enrico Granata2015-08-271-0/+1
* Added a missing file to the CMakeListsEnrico Granata2015-08-271-0/+1
* Add a new type of plugin: Language pluginEnrico Granata2015-08-271-0/+101
* Add functionality to the platforms to figure out the proper name for a dynami...Enrico Granata2015-08-271-0/+6
* Major DWARF cleanup.Greg Clayton2015-08-261-2/+2
* [MIPS] Avoid breakpoint in delay slotBhushan D. Attarde2015-08-261-0/+170
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-245-14/+14
* Fix resolution conflict between global and class static variables in C++Paul Herman2015-08-181-1/+1
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-1/+1
* I was assuming that when a bit of inlined code was followed by code from the ...Jim Ingham2015-08-141-4/+8
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-4/+21
* Download symbol file for .oat files on androidTamas Berghammer2015-08-121-2/+12
* ClangASTType is now CompilerType.Greg Clayton2015-08-117-14/+14
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-2/+2
* Feedback from Jim: Change the "optimized code" warning to be entirelyJason Molenda2015-08-102-8/+16
* Change the warning message about optimization to be printed onceJason Molenda2015-08-061-4/+5
* Second part of indicating when the user is stopped in optimized code.Jason Molenda2015-08-062-1/+83
* Fix help message for target.language setting.Dawn Perchik2015-07-301-1/+1
* Add a function to make a mutex-protected copy of a breakpoint site'sJim Ingham2015-07-291-7/+6
* Add some initial logging for when lldb is searching for binaries,Jason Molenda2015-07-251-0/+5
* Improve C++ function name handling and step-in avoid regerxp handlingTamas Berghammer2015-07-242-11/+8
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* Most thread plans don't handle eStopReasonInstrumentation stop reasons,Jim Ingham2015-07-235-139/+133
* Fix warnings.Bruce Mitchener2015-07-221-0/+1
* Fix warnings found by -Wextra-semiPavel Labath2015-07-221-4/+1
* Fix typos.Bruce Mitchener2015-07-221-2/+2
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-212-1/+66
* More packet performance improvements. Greg Clayton2015-07-172-1/+15
* Fix compiler warning in ThreadPlanStepRangePavel Labath2015-07-161-1/+1
* Small fix to ThreadPlanStepRange::DumpRanges to loggingJason Molenda2015-07-141-1/+1
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-144-12/+140
* Refactor Unix signals.Chaoren Lin2015-07-144-18/+88
* Don't try to make a pseudo terminal if we are launching in a separate termina...Greg Clayton2015-07-101-0/+7
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-21/+0
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-081-0/+21
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-081-21/+0
OpenPOWER on IntegriCloud