- 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
- a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
- e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
- 70a4f92 Fixed namespace visibility problems that were by Sean Callanan · 14 years ago
- 585660c More missing files from my previous checkin. by Greg Clayton · 14 years ago
- ef28e2a Added functionality to our API for SBType. This will allow users to eventually find and peruse static type information from modules. by Greg Clayton · 14 years ago
- 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
- 93a4b1a Added support for accessing members of C++ objects, by Sean Callanan · 14 years ago
- 7aff9ff Added FindTypes to Module and ModuleList. by Greg Clayton · 14 years ago
- 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
- bc2928a Set a CodeGenOption in Clang to inhibit insertion by Sean Callanan · 14 years ago
- f5857a0 Added support for rewriting objc_msgSend so we can by Sean Callanan · 14 years ago
- 60dde64 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 14 years ago
- 6e71340 Updated to llvm/clang from July 30, 2010 at 08:00. by Greg Clayton · 14 years ago
- 43490d1 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 14 years ago
- b63cbd4 Removed pending TODOs after resolving them with help of the clang folks and the discussion list. by Greg Clayton · 14 years ago
- 7b54103 Fixed "void *ClangASTContext::CreatePointerType (void *clang_type);" to return objective C pointers for clang::Type::TypeClass types that are "clang::Type::ObjCObject" and "clang::Type::ObjCInterface" . by Greg Clayton · 14 years ago
- f6fb8bd Fixed "warning: unused variable 'log'". by Johnny Chen · 14 years ago
- 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 14 years ago
- 1e7089a Fixed the expression code to use the right code model with the JIT. by Sean Callanan · 14 years ago
- 7c98424 The unix "source" command maps to "command source" in lldb. :-) by Johnny Chen · 14 years ago
- 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
- 321fe9e Added and improved logging. This is helping us as we by Sean Callanan · 14 years ago
- 02fbafa Added support for calling functions from expressions. by Sean Callanan · 14 years ago
- ba992c5 Added support for locating a function that is by Sean Callanan · 14 years ago
- b5b749c Fixed a bug in the IR transformer where we were by Sean Callanan · 14 years ago
- 0fc7358 Changed SymbolContext so when you search for functions by Sean Callanan · 14 years ago
- c78d648 Fixed a bug where we didn't restore thread and by Sean Callanan · 14 years ago
- 447e82f Fix makefiles to build properly on Darwin. by Stephen Wilson · 14 years ago
- f6f4033 Add a new Process plugin for Linux. by Stephen Wilson · 14 years ago
- 4583927 Updated the IR converter for the target to eliminate by Sean Callanan · 14 years ago
- c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
- dc1c564 Get rid of using EXC_SOFT_SIGNAL define in host agnostic code. by Greg Clayton · 14 years ago
- 32824aa Added logging: by Sean Callanan · 14 years ago
- 63c468c Fix a typo. by Stephen Wilson · 14 years ago
- 7661a98 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 14 years ago
- 49038f6 Remove a deadlock condition. A bit of explanation is needed: When calling by Greg Clayton · 14 years ago
- 0cae3ec Remove a premature invalidation of a threads pthread_t handle, thus avoiding by Greg Clayton · 14 years ago
- f8e98a6 Warnings cleanup patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
- 7cebe13 Added Mach exception stop descriptions. The chunk of code I just added needs to be placed into a utility location so it can be used by ProcessMacOSX and debugserver. by Greg Clayton · 14 years ago
- 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 14 years ago
- 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago
- c607d86 This patch changes the point at which Process::m_private_state_thread is by Greg Clayton · 14 years ago
- 84f8075 Added a new enumeration named "ClangASTContext::AccessType" that abstracts the type creation from the various access enumerations in Clang. Currently there are clang::AccessSpecifier and the objective C ivars have their own enumeration. So I added a new enumeration that will allow a consistent interface when creating types through ClangASTContext. by Greg Clayton · 14 years ago
- 32a8c7e Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 14 years ago
- 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
- 15be8ed Allow searching for a section by SectionType. by Greg Clayton · 14 years ago
- c9b6000 Updated LLVM and Clang to July 20 at 16:00. by Greg Clayton · 14 years ago
- e42cbfb Avoid std::bitset<64>::to_string() since it is missing in earlier C++ by Greg Clayton · 14 years ago
- f328c9f Added functionality to dematerialize values that were by Sean Callanan · 14 years ago
- 578ddbb Fixing a crashing bug in multiword commands from William Lynch. by Greg Clayton · 14 years ago
- 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
- 141eeac Fix assertion conditions. by Stephen Wilson · 14 years ago
- 0b14098 Logic fix to properly determine when a symbol is not from the current by Greg Clayton · 14 years ago
- 7a45a2f More constructor warning fixes from William Lynch. by Benjamin Kramer · 14 years ago
- 3fd1f36 Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t. by Stephen Wilson · 14 years ago
- 336a000 Added the necessary code to copy variables used by by Sean Callanan · 14 years ago
- 1e591ce Fixed a copyright header. by Greg Clayton · 14 years ago
- 36a0810 Fix constructor initialization order. Patch by Bill Lynch. by Benjamin Kramer · 14 years ago
- 810f22d Wrote the code that looks at a context to see by Sean Callanan · 14 years ago
- 8d82506 Oops, didn't define AreTypesSame correctly. by Sean Callanan · 14 years ago
- 5510ddd Added a function to test whether two types are the same. by Sean Callanan · 14 years ago
- bafd685 Fixes to the IR generator in the expression parser by Sean Callanan · 14 years ago
- a99afce Don't call PrepareForResume on threads that aren't going to get a chance to run this time around. by Jim Ingham · 14 years ago
- 81cfc99 Stepping through a trampoline should do "stop others" unless All Threads is requested. by Jim Ingham · 14 years ago
- bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
- 5565cd1 Remove our local ELF definitions and rely on llvm/Support/ELF.h instead. by Stephen Wilson · 14 years ago
- ddd2962 Combine 32 and 64 bit ELF readers. by Stephen Wilson · 14 years ago
- 193e6d5 Removed unused variable "log". by Greg Clayton · 14 years ago
- 8bce665 "expr -i" now performs the required transforms to by Sean Callanan · 14 years ago
- 980d067 Patch from Jean-Daniel Dupas: by Greg Clayton · 14 years ago
- f6d49a5 Don't build the SymbolVendor/MacOSX when not building on Darwin. by Greg Clayton · 14 years ago
- 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 14 years ago
- 5b668b5 Properly set the PlanKind for the ThreadPlanStepRange derived classes. by Jim Ingham · 14 years ago
- 7991225 A few more misc warning fixes. by Eli Friedman · 14 years ago
- 0a164a1 Misc warning fixes. by Eli Friedman · 14 years ago
- f3e9d3c Remove unnecessary directory (accidentally committed with r108009). by Eli Friedman · 14 years ago
- 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
- bc4f0f5 Moved NDEBUG from a global setting to a specific hack. by Sean Callanan · 14 years ago
- 596ba27 64 bit ELF support from Stephen Wilson. by Greg Clayton · 14 years ago
- 121f331 Added some comments to clarify where "init_lldb" comes from. by Greg Clayton · 14 years ago
- c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
- c2f3535 Fixed "#endif"s followed by non comments, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
- c4e0752 Declare LLDBVersionNumber extern "C" to make sure clang++ mangles it properly. Patch from Jean-Daniel Dupas! by Benjamin Kramer · 14 years ago
- 7ae20c4 Fix build for newer versions of GCC that don't include cstring implicitly. Based on a patch by Pawel Wodnicki! by Benjamin Kramer · 14 years ago
- eb43f59 Remove includes for removed files... by Jim Ingham · 14 years ago
- 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
- 5d9cbd4 Added a "GetRepeatCommand" to the command object. The Interpreter uses this by Jim Ingham · 14 years ago
- 748b72f Fixed an issue with looking up line table entries by address where internal by Greg Clayton · 14 years ago
- d40f8a6 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 14 years ago
- ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
- 90bc5c6 Remove extraneous semicolon after if condition (from Jean-Daniel Dupas). by Greg Clayton · 14 years ago
- 47ebf9b Avoid duplicate names (something else that clang++ really doesn't like) in by Greg Clayton · 14 years ago
- f2a4d2e Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
- 099c797 Jean-Daniel Dupas patch that fixes a bad if statement with assignment. by Greg Clayton · 14 years ago
- cdcb156 Change order of initialization. by Eric Christopher · 14 years ago
- 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 14 years ago
- cdd22d0 Plugged 4 more leaks in the libunwind code. One leaks is still left in as it by Greg Clayton · 14 years ago
- 051052f Fixes to improve logging (by printing basic by Sean Callanan · 14 years ago
- 702abd6 Small fixes to the DWARF relocator. by Sean Callanan · 14 years ago