summaryrefslogtreecommitdiffstats
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
* Fix expression evaluation with operator newPavel Labath2016-08-151-3/+5
* Fix a race in Broadcaster/Listener interactionPavel Labath2016-08-151-4/+5
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-1116-95/+113
* [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)Vedant Kumar2016-08-111-2/+15
* [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)Vedant Kumar2016-08-111-5/+67
* Centralize all select() calls into one place so that we can take advantage of...Greg Clayton2016-08-101-0/+90
* Fix the lookup of dictionary values by name to not do a linear search.Greg Clayton2016-08-101-8/+3
* Remove a circular include dependency.Zachary Turner2016-08-101-1/+3
* Make sure files include what they use (part 1/N)Pavel Labath2016-08-103-5/+6
* Add a newline to the end of the file to remove the clang warnings.Jim Ingham2016-08-101-1/+1
* Fix build on android and Linux.Zachary Turner2016-08-101-1/+1
* Delete Host/windows/win32.hZachary Turner2016-08-095-50/+91
* Clean up linux/Ptrace.hPavel Labath2016-08-081-18/+9
* Remove Android.hPavel Labath2016-08-082-32/+0
* Remove SYS_tgkill from Android.hPavel Labath2016-08-081-2/+0
* Remove _isatty from Android.hPavel Labath2016-08-081-1/+0
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-054-0/+16
* Support for OCaml native debuggingTamas Berghammer2016-08-022-0/+356
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-012-0/+9
* Improve code of loading plugins that provide cmndsAbhishek Aggarwal2016-07-291-0/+6
* Move the code which knows how to get information about the sharedJason Molenda2016-07-291-0/+50
* Host: correct use of std::condition_variable::wait_forSaleem Abdulrasool2016-07-281-1/+1
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-2810-583/+179
* Fix DataExtractor::PeekData for zero length peeksPavel Labath2016-07-261-1/+1
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-222-0/+27
* Add support to get the shared cache information from the newJason Molenda2016-07-221-0/+13
* Unify process launching code on linuxPavel Labath2016-07-211-3/+4
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-0/+19
* Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda2016-07-201-10/+10
* Typo corrections identified by codespellEd Maste2016-07-198-10/+10
* Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda2016-07-171-1/+1
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-2/+3
* Editing multi-line content in a terminal environment involves a lot ofKate Stone2016-07-141-4/+16
* fix command-line LLDB so NSLog messages show upTodd Fiala2016-07-141-0/+17
* Remove comment that isn't needed anymore.Greg Clayton2016-07-131-47/+0
* Centralize the way symbol and functions are looked up by making a Module::Loo...Greg Clayton2016-07-132-27/+87
* Make ThreadPlanStepInstruction's constructor public.Stephane Sezer2016-07-121-5/+6
* Make IsSyntheticChildrenGenerated() virtual so that dynamic and synthetic val...Enrico Granata2016-07-083-2/+14
* Add an API to unwind from a hand-called expression.Jim Ingham2016-07-081-0/+3
* Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham2016-07-071-0/+13
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-074-9/+65
* Enhance FuncUnwinders::GetUnwindPlanAtNonCallSite to detect when weJason Molenda2016-07-061-0/+8
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-064-1/+114
* Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer2016-07-061-3/+1
* Allows "experimental" settings that will either route to their containingJim Ingham2016-07-061-0/+14
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-053-6/+24
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-014-13/+23
* fixits are apparently called fix-its.Jim Ingham2016-06-281-1/+1
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-243-3/+19
* Handle variadic Objective-C methods from DWARF correctly.Sean Callanan2016-06-241-1/+2
OpenPOWER on IntegriCloud