summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/debugserver.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
...
* Bump Xcode project version to lldb-66 and debugserver-141.Greg Clayton2011-07-011-6/+6
* Bumped Xcode project versions to lldb-65 and debugserver-140.Greg Clayton2011-06-251-6/+6
* Don't codesign with lldb_codesign for non MacOSX SDKs.Greg Clayton2011-06-031-4/+4
* lldb-56 with codesign settings fixed in the Xcode projects.Greg Clayton2011-05-261-15/+4
* Bumping Xcode project versions for lldb-55 and debugserver-139.Greg Clayton2011-05-251-6/+6
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-4/+15
* Revert some unintended project changes from my last checkin.Greg Clayton2011-05-091-15/+4
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-4/+15
* Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton2011-04-251-2/+5
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-3/+0
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-0/+5
* Added AVX support to the Intel portion of debugserver. AVXSean Callanan2011-03-221-3/+7
* Bumped Xcode project versions to lldb-46 and debugserver-131.Greg Clayton2011-01-291-6/+6
* Adding a Xcode workspace for lldb.Jim Ingham2011-01-272-0/+104
* Updated Xcode project versions: lldb-45 and debugserver-130 Greg Clayton2011-01-271-6/+6
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-0/+1
* Bumped Xcode project versions to lldb-44 and debugserver-129.Greg Clayton2011-01-251-6/+6
* When we are stepping a thread, force it to resume ALL the way to 0. And of c...Jim Ingham2011-01-251-1/+0
* Bumped Xcode project versions: lldb-43 and debugserver-128.Greg Clayton2011-01-241-6/+6
* One more thing... Resume any threads that we discover were created while we s...Greg Clayton2011-01-241-0/+1
* More useful STEP logging.Jim Ingham2011-01-241-1/+0
* Restored some missing APIs for the test suite. Now testsuite still has some f...Greg Clayton2011-01-231-6/+6
* lldb-41 and debugserver-126 are set in the Xcode projects.Greg Clayton2011-01-151-6/+6
* Bumped Xcode versions to lldb-39 and debugserver-125.Greg Clayton2011-01-101-6/+6
* Bumped versions in Xcode projects: lldb is now at lldb-38, debugserver is nowGreg Clayton2011-01-051-6/+6
* Updated Xcode build version to lldb-37 and debugserver-123.Greg Clayton2010-12-211-6/+6
* Bumped Xcode project versions to for lldb-36 and debugserver-122.Greg Clayton2010-12-171-6/+6
* Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 forGreg Clayton2010-12-081-6/+6
* Bumped lldb version to lldb-33 and debugserver to debugserver-120.Greg Clayton2010-12-041-6/+6
* Added the ability for a process to inherit the current host environment. ThisGreg Clayton2010-12-041-0/+1
* Fixed a race condition that could cause ProcessGDBRemote::DoResume() to returnGreg Clayton2010-12-031-1/+0
* Fixed an issue where the UserSettingsControllers were being created out ofGreg Clayton2010-11-191-0/+1
* Added the ability to get more information on the SBThread's stop reasonGreg Clayton2010-11-181-1/+0
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-0/+4
* Bumped Xcode versions to lldb-32 and debugserver-119.Greg Clayton2010-11-111-6/+6
* Bumped versions in Xcode projects to lldb-31 and debugserver-118.Greg Clayton2010-11-091-6/+6
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-6/+6
* Bumped version for lldb-29 and debugserver-116 in the Xcode projects.Greg Clayton2010-11-041-6/+6
* Bumped version in Xcode project to lldb-27, and debugserver to debugserver-115.Greg Clayton2010-10-311-6/+6
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-0/+1
* Use AppleScript when lauching inferior in terminal so the command thatGreg Clayton2010-10-191-1/+0
* Fixed debugserver to properly attach to a process by name with the Greg Clayton2010-10-181-0/+1
* Added a new Host call to find LLDB related paths:Greg Clayton2010-10-171-1/+0
* Bumped versions to lldb-26 and debugserver-114 for a build.Greg Clayton2010-10-081-6/+6
* More SWIG cleanup. Moved the breakpoint callback function back to theGreg Clayton2010-10-071-6/+0
* Cleaned up a unused member variable in Debugger.Greg Clayton2010-09-301-0/+1
* Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton2010-09-291-1/+0
* Bumped Xcode lldb build number to 25 for lldb-25 and debugserver build toGreg Clayton2010-09-251-6/+6
* Got the ARM version of debugserver up to date. Greg Clayton2010-09-091-18/+64
* Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton2010-09-031-0/+7
OpenPOWER on IntegriCloud