summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
...
* Creates a socket host object.Zachary Turner2014-08-067-939/+854
* When stepping, handle the case where the step leaves us withJim Ingham2014-08-064-4/+18
* Probably should initialize that new ivar while I'm at it...Jim Ingham2014-08-061-0/+1
* Add a variant of the CommandOverrideCallback that takes aJim Ingham2014-08-061-6/+4
* If you found a step through plan stop looking up the stack for a step out plan.Jim Ingham2014-08-051-0/+3
* Add some useful logging to the step log.Jim Ingham2014-08-051-1/+1
* Teach ProcessWindows plugin to support stdio i/o redirection.Zachary Turner2014-08-041-11/+61
* Add code to AssemblyParse_x86::get_non_call_site_unwind_planJason Molenda2014-08-041-6/+24
* Change ProcessGDBRemote::DidLaunchOrAttach to Jason Molenda2014-08-031-2/+2
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-025-18/+28
* Now that setting an architecture from a mach-o CPU type and subtype doesn't s...Greg Clayton2014-08-021-0/+2
* Fixed a problem in the Clang AST importer whereSean Callanan2014-08-011-9/+17
* Update the code with clang changes r214450 (FunctionProtoType::ExtProtoInfo u...Sylvestre Ledru2014-08-011-4/+2
* Change the encoding of the Triple string exchanged across GDB-RSPMatthew Gardiner2014-08-012-11/+4
* Fixed an issue where the LLDB command prompt isn't interactive if you use -o ...Greg Clayton2014-07-311-22/+16
* Rewrote the initial DW_OP_piece support to be able to support opcodes like:Greg Clayton2014-07-312-109/+208
* Add a new directory path to Jason Molenda2014-07-311-4/+34
* When doing an exhaustive search for the kernel in memory, also lookJason Molenda2014-07-311-0/+4
* Revert a part of r214335 that I didn't mean to commitEnrico Granata2014-07-301-9/+7
* Improve the way the ObjC data formatters fetch a valid frame to use for runni...Enrico Granata2014-07-302-5/+25
* Reflect changes in LLVM getTypeInfo() APIEnrico Granata2014-07-301-25/+27
* lldb is a scope, not a labelEd Maste2014-07-301-1/+1
* Use Process::ReadMemoryFromPointer() instead of manually reading the pointer.Greg Clayton2014-07-301-6/+3
* (no commit message)Greg Clayton2014-07-306-4/+41
* Silence a warning saying "typedef requires a name" from clang.Greg Clayton2014-07-291-1/+1
* Add $vAttach support to llgs.Todd Fiala2014-07-292-0/+45
* Attempt to fix the expression parser after r214119Reid Kleckner2014-07-291-10/+10
* Remove unused variable that was causing a warning.Greg Clayton2014-07-291-1/+0
* Resolve the executable _before_ we try to get the module specifications.Greg Clayton2014-07-292-0/+16
* [Windows] Delegate str[n]casecmp to the appropriate MSVCRT func.Zachary Turner2014-07-291-19/+2
* When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...Greg Clayton2014-07-292-2/+15
* Fix compile error on Windows.Zachary Turner2014-07-291-1/+1
* Teach LLDB about Windows processes.Zachary Turner2014-07-286-0/+330
* Use llvm Support functions to get the user's home directory.Zachary Turner2014-07-282-3/+23
* Fix supported architectures on PlatformWindows.Zachary Turner2014-07-284-23/+76
* Fix the MSVC build. MSVC does not support constexpr.Zachary Turner2014-07-281-1/+1
* Test commit, please ignoreMatthew Gardiner2014-07-281-0/+1
* Fix an x86 assembler stack unwind calculation for non-volatile registers.Todd Fiala2014-07-251-1/+13
* Fix configure/make builds on MacOSX.Todd Fiala2014-07-241-0/+3
* Add debug asserts / sanity checks toJason Molenda2014-07-241-0/+19
* Increase the gdb-remote packet timeout for the first packet we sendJason Molenda2014-07-241-1/+11
* ObjectFileMachO: Silence signed/unsigned comparison warningDavid Majnemer2014-07-241-2/+1
* Make sure we don't crash if someone (E.G.) comments out on entry from g_core_...Greg Clayton2014-07-231-6/+11
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-2314-17/+17
* Plugins: silence a few more signed comparision warningsSaleem Abdulrasool2014-07-231-1/+2
* Target: silence a GCC warningSaleem Abdulrasool2014-07-232-2/+7
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-2211-312/+420
* SBCommunication: Fix a pointer-to-function to void-pointer castDavid Majnemer2014-07-221-1/+1
* ScriptInterpreterPython: %p should be used with void-pointerDavid Majnemer2014-07-221-1/+1
* Host: Fix a pointer-to-function to void-pointer castDavid Majnemer2014-07-221-1/+2
OpenPOWER on IntegriCloud