- a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
- 181b823 Move Broadcaster+Listener+Event combo from Core into Utility by Pavel Labath · 7 years ago
- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- 72787ac Revert "[FileSystem] Make use of FS in TildeExpressionResolver" by Jonas Devlieghere · 7 years ago
- 9560f35 [FileSystem] Make use of FS in TildeExpressionResolver by Jonas Devlieghere · 7 years ago
- 3a58d89 [FileSystem] Add convenience method to check for directories. by Jonas Devlieghere · 7 years ago
- 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
- dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
- f9a07e9 [NFC] Turn "load dependent files" boolean into an enum by Jonas Devlieghere · 7 years ago
- d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
- 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
- 4ebdee0 Typo fixes. by Bruce Mitchener · 7 years ago
- d68dbd5 Fix "file ./a.out" and file "../a.out" so that is works after recent FileSpec normalization path changes. by Greg Clayton · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
- f9d1647 Remove an expensive lock from Timer by Pavel Labath · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- 8d48cd6 Resubmit "Delete the remainder of platform specific code in FileSpec." by Zachary Turner · 9 years ago
- ed00beb Revert "Delete the remainder of platform specific code in FileSpec." by Pavel Labath · 9 years ago
- aaedf89 Delete the remainder of platform specific code in FileSpec. by Zachary Turner · 9 years ago
- 7d86ee5 Resubmit FileSystem changes. by Zachary Turner · 9 years ago
- 30e6cbf Revert "Use LLVM for all stat-related functionality." by Pavel Labath · 9 years ago
- 990e3cd Use LLVM for all stat-related functionality. by Zachary Turner · 9 years ago
- fb1a0a0 Move many other files from Core -> Utility. by Zachary Turner · 9 years ago
- 1d5855b Replace getcwd with the llvm equivalent by Pavel Labath · 9 years ago
- 72f4997c Fix some accidental Prints of StringRefs that snuck in. by Zachary Turner · 9 years ago
- a47464b Change CreateTarget and dependents to accept StringRef. by Zachary Turner · 9 years ago
- c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
- 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
- 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
- 583bbb1 Change over the broadcaster/listener process to hold shared or weak pointers by Jim Ingham · 10 years ago
- e65b2cf Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr warnings in some files in source/Target/. by Eugene Zelenko · 10 years ago
- e92a74c Add code to PlatformDarwin and HostInfoMacOSX so they return the by Jason Molenda · 10 years ago
- 9d58c72 Add a warning to TargetList::CreateTargetInternal by Jason Molenda · 10 years ago
- 7df337f ArchSpec: fix unintentional promotion of unspecified unknowns to specified unknowns by Todd Fiala · 10 years ago
- 372e906 Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`. by Chaoren Lin · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- 8ec55a5 Don't change the selected platform when creating the dummy target. by Robert Flack · 10 years ago
- 869e0c1 Fix selecting the Platform in TargetList::CreateTargetInternal() by Ted Woodward · 10 years ago
- d26a1e5 Fixed the failing test: by Greg Clayton · 11 years ago
- ccd2a6d Changes in 226712 needed some fixing as a platform is almost always selected and even if platform options are specified when doing a "target create" they would get ignored if a platform was already selected. by Greg Clayton · 11 years ago
- 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
- 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
- 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
- 8012cad Fixed more fallout from running the test suite remotely on iOS devices. by Greg Clayton · 11 years ago
- 1446881 Ensure that user_exe_path is non-NULL before derferencing. by Jason Molenda · 11 years ago
- 615eb7e Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. by Greg Clayton · 11 years ago
- 95bbdf6 If a new platform is created/selected for an architecture, make it the selected platform so you can do things like: by Greg Clayton · 11 years ago
- b0cc53c If an executable file is specified with no architecture and it contains more than one architecture select a compatible platform if all architectures match the same platform. by Greg Clayton · 11 years ago
- 3f55974 Optimizations for FileSpec. by Zachary Turner · 11 years ago
- c76fa8a Resolve the executable _before_ we try to get the module specifications. by Greg Clayton · 11 years ago
- 3f19ada Cleanup the iOS simulator code. by Greg Clayton · 11 years ago
- ddd7a2a Changed the bool conversion operator on ConstString by Sean Callanan · 12 years ago
- 9f822cd Fix thread name updating in Linux. "thread list" should report correct names always now. by Michael Sartain · 12 years ago
- 2540a8a Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 12 years ago
- b23b113 Unbreak lldb/test/macosx/universal. by Greg Clayton · 12 years ago
- b5ad4ec Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 12 years ago
- f4d6de6 Added the ability to extract a ModuleSpecList (a new class) from an ObjectFile. This is designed to be used when you have an object file that contains one or more architectures (MacOSX universal (fat) files) and/or one or more objects (BSD archive (.a files)). by Greg Clayton · 12 years ago
- d26206b5 Change my patch to TargetList::CreateTarget to only try by Jason Molenda · 12 years ago
- 17f9e8b Change TargetList::CreateTarget to realpath the c-string filename of the by Jason Molenda · 12 years ago
- 9ff5aae <rdar://problem/12897145> by Greg Clayton · 12 years ago
- 1e0c884 <rdar://problem/12990038> by Greg Clayton · 13 years ago
- bf4b7be Removed the == and != operators from ArchSpec, since by Sean Callanan · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- 82d7929 <rdar://problem/12570550> by Greg Clayton · 13 years ago
- a0ca660 <rdar://problem/12462048> <rdar://problem/12068650> by Greg Clayton · 13 years ago
- 4f465cf Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 13 years ago
- 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
- 6920b52 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 13 years ago
- 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
- cfc0935 Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 13 years ago
- 8ae50eb <rdar://problem/11597333> by Greg Clayton · 13 years ago
- 8499e1a Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 13 years ago
- 7051231 <rdar://problem/11358639> by Greg Clayton · 13 years ago
- b3a40ba Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 14 years ago
- 4bddaeb Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 14 years ago
- c859e2d Full core file support has been added for mach-o core files. by Greg Clayton · 14 years ago
- e6bc6cb Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 14 years ago
- cdc21d4 Add comment explaining the default constructor (ArchSpec) used in CreateTarget(). by Johnny Chen · 14 years ago
- 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
- cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
- aa149cb Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 14 years ago
- 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
- ded470d Added more platform support. There are now some new commands: by Greg Clayton · 15 years ago
- e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
- 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
- 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 15 years ago
- bc5cad6 Fixed up the error message for when a file is not supported. by Greg Clayton · 15 years ago
- dd36def Added a new Host call to find LLDB related paths: by Greg Clayton · 15 years ago
- 1559a46 by Caroline Tice · 15 years ago
- 428a9a5 If the file the user specifies can't be found in the current directory, by Caroline Tice · 15 years ago
- 2976d00 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
- 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
- 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago