- 5ed59a7 I have modified the part of the code that finds and by Sean Callanan · 13 years ago
- 931449e rdar://problem/10227672 by Johnny Chen · 13 years ago
- c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
- 7c53768 Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPoint, it is too by Jim Ingham · 13 years ago
- b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 13 years ago
- 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 13 years ago
- 434b7dd Tightened up the variable list to deal with by Sean Callanan · 13 years ago
- 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 13 years ago
- e1301a6 As part of the work to make Objective-C type information by Sean Callanan · 13 years ago
- 31ad9cc Correct typo in method name (AddSymbolFileRepresendation...) by Jim Ingham · 13 years ago
- 16d2187 Added the ability for clients to grab a set of symbol table indexes and then by Greg Clayton · 13 years ago
- d0b7cfa Testcase fixes with the new symbol lookup code for by Sean Callanan · 13 years ago
- 2fc7e8d Added ClangExternalASTSourceCommon, a local superclass by Sean Callanan · 13 years ago
- 3f69eac Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 13 years ago
- ad382c5 Make the ThreadPlanStepThrough set a backstop breakpoint on the return address from by Jim Ingham · 13 years ago
- bae39c5 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 13 years ago
- d5b0b44 After moving lldb::pid_t to 64 bits, keep a deprecated version around for by Greg Clayton · 13 years ago
- d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
- 21ef5bb Made symbol lookup in the expression parser more robust: by Sean Callanan · 13 years ago
- fa21ffd rdar://problem/10501020 by Johnny Chen · 13 years ago
- 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
- ed5a4b1 Added #ifdef wrappers around the contents of ASTDumper.h. by Sean Callanan · 13 years ago
- 89e7df3 Modified ClangExpressionDeclMap to use existing by Sean Callanan · 13 years ago
- a3d0447 Changed ClangASTImporter to allow finer-grained by Sean Callanan · 13 years ago
- 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago
- ce04560 Remove incorrect return type from SetHeaderDataByteSize accessor (partial by Greg Clayton · 13 years ago
- 2eb5122 Got the sizeof(lldb_private::Symbol) down to 64 bytes (from 72 bytes) by not by Greg Clayton · 13 years ago
- 0c496cd 12% allocated memory savings when debugging clang with DWARF in .o files by by Greg Clayton · 13 years ago
- be9875d Many GDB users always want to display disassembly when they stop by using by Greg Clayton · 13 years ago
- fecc09c Pulled in a new revision of LLVM/Clang and added by Sean Callanan · 13 years ago
- 323ce42 Handle stepping through a trampoline where the jump target is calculated a runtime - and so doesn't match by Jim Ingham · 13 years ago
- a938553 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 13 years ago
- 5a55c7a This commit completes the rearchitecting of ClangASTSource by Sean Callanan · 13 years ago
- 464c616 Use a pseudoterminal for local processes if no STDIO redirection or other by Greg Clayton · 13 years ago
- ffa43a6 Fixed the issue that was causing our monitor process threads to crash, it by Greg Clayton · 13 years ago
- 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
- 595553a Added support to the ASTImporter for passing by Sean Callanan · 13 years ago
- d01bf88 Changed the ClangASTImporter to store metadata by Sean Callanan · 13 years ago
- cf3c7bd Added a CopyType method to the ASTImporter that handles opaque QualTypes. by Sean Callanan · 13 years ago
- 4938bd6 I made the ClangASTImporter owned by the target by Sean Callanan · 13 years ago
- 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
- e0b7f94 Fixed a problem where the target didn't use a by Sean Callanan · 13 years ago
- dcf03f8 Made Target own a ClangASTSource that will be used by Sean Callanan · 13 years ago
- e9cd03a Removed the ClangASTImporter pointer from by Sean Callanan · 13 years ago
- 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
- e6ea5fe Pulled in a new version of LLVM/Clang to solve a variety by Sean Callanan · 13 years ago
- 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
- bd06ff4 <rdar://problem/10103980> by Greg Clayton · 13 years ago
- a1b9a90 <rdar://problem/10338439> by Greg Clayton · 13 years ago
- 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
- 2546fd2 Add code that reads the APPLE_property debug info, and makes up properties from them. by Jim Ingham · 13 years ago
- 70d7092 Fixed a bug that inhibited symbol lookup. The by Sean Callanan · 13 years ago
- 22a3afd Allow the Apple hash tables to be emtpy. by Greg Clayton · 13 years ago
- 6e56157 <rdar://problem/9334299> by Greg Clayton · 13 years ago
- 6db3594 Using the wrong type for the break id's (user_id_t is an unsigned int, but internal breakpoints can be negative, and anyway it is a good idea to use break_id_t for breakpoints, no?) by Jim Ingham · 13 years ago
- 9b71484 Added a function to ClangASTSource to service by Sean Callanan · 13 years ago
- 0296fe7 Do a better job of detecting when a breakpoint command has set the target running again (except you have to ignore by Jim Ingham · 13 years ago
- abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
- d7a6281 Moved the fixed ScriptSummaryFormat forward declaration into the #ifndef LLDB_DISABLE_PYTHON so it doesn't show up in builds where it is supposed to be disabled. by Greg Clayton · 13 years ago
- 5b658cc Added a language parameter to the expression parser, by Sean Callanan · 13 years ago
- 9d60ca8 Remove duplicate and contradictory forward declaration. by Eric Christopher · 13 years ago
- 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
- b607f42 Missed part of a previous patch. by Greg Clayton · 13 years ago
- 07c51d0 Include limits.h for PATH_MAX. by Benjamin Kramer · 13 years ago
- 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
- 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
- 0fcc7d2 Try to unbreak Makefile builds. by Benjamin Kramer · 13 years ago
- 2581dbf Sometimes the debug information includes artifically- by Sean Callanan · 13 years ago
- 9911d2f Added functionality to call Objective-C class methods by Sean Callanan · 13 years ago
- 716e3f0 Added the capability (turned off for now) to mark a by Sean Callanan · 13 years ago
- ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
- 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
- f09a857 warnings: Fix several uses of trailing comma on enumeration extensions. by Daniel Dunbar · 13 years ago
- 705a098 warnings: Fix up several const qualified return types. by Daniel Dunbar · 13 years ago
- 3ac9f04 warnings: Fixup a number of mismatched tags problems. by Daniel Dunbar · 13 years ago
- 715f6b0 The IRDynamicChecks subsystem was not properly by Sean Callanan · 13 years ago
- 41a857a finish removal of alpha arch -- previous half-removal caused lldb to assert on startup by Jason Molenda · 13 years ago
- 9394b5a Cloned FindExternalVisibleDecls from by Sean Callanan · 13 years ago
- bb715f9 Moved FindExternalLexicalDecls and a few smaller by Sean Callanan · 13 years ago
- 73b520f I moved the responsibility for interacting with the by Sean Callanan · 13 years ago
- d8a218d Fixed the "expression" command when it comes to using it with the new GDB format by Greg Clayton · 13 years ago
- f76afff As part of a general refactoring of ClangASTSource to by Sean Callanan · 13 years ago
- 3ec8bb7 Fixed the GDB format to allow the size and format characters to come in any by Greg Clayton · 13 years ago
- 7089d8a Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 13 years ago
- 7268b4c Added the ability to have GDB formats appended to any command so you can do by Greg Clayton · 13 years ago
- f35a96c Added a function to the Host that gets a dummy target by Sean Callanan · 13 years ago
- 6f3bde7 Changed the way the expression parser handles variables by Sean Callanan · 13 years ago
- 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
- 4b3cef0 Extended the IR interpreter to handle the variables by Sean Callanan · 13 years ago
- cfbfb1a Use full path to ClangForward.h by Peter Collingbourne · 13 years ago
- a31b4dd Added a new #define, LLVM_NDEBUG_OFF, that should by Sean Callanan · 13 years ago
- 65193b3 Fixed VerifyDecl to use shared forward declarations. by Sean Callanan · 13 years ago
- 902b5be A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 13 years ago
- 5e8eb5c Fixed an issue where a class that resides inside another class wasn't getting by Greg Clayton · 13 years ago
- c6d161e Added VerifyDecl, a function that, when LLDB is by Sean Callanan · 13 years ago
- 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
- c7ca466 Improved handling of static data in the expression by Sean Callanan · 13 years ago
- a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
- 9d855c6 Simplified the CommandInterpreter::StripFirstWord logic by making it a static by Greg Clayton · 13 years ago
- fa1f617 Decoupling of lock-related code from the core of ScriptInterpreterPython. All that concerns locking the Python interpreter is now delegated to the internal ScriptInterpreterPython::Locker class. Several changes in ScriptInterpreterPython to accommodate this new pattern. by Enrico Granata · 13 years ago