aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2012-11-10Test commit: clean up C++11 options in lldb (on Linux) build pageDaniel Malea1-2/+2
2012-11-10Add support for libdispatch version 4 structure layout for findingJason Molenda1-7/+24
2012-11-10Don't assume that Modules have directories. They may be in-memory-onlyJason Molenda1-1/+1
2012-11-10how to do it correctly.Jim Ingham2-116/+119
2012-11-09Remove a debugging printf that was left in the code.Greg Clayton1-1/+0
2012-11-09Removed use of non-standard escape character '\%'Filipe Cabecinhas1-1/+1
2012-11-09Mark Objective-C 2.0 status as "Not applicable" on Linux.Jason Molenda1-1/+1
2012-11-09Update the status page to include Linux status information,Jason Molenda1-61/+160
2012-11-08Fix typeo in example help text for type filter add.Jason Molenda1-1/+1
2012-11-08Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda11-0/+14
2012-11-08Minor cleanups to the new ModuleList notification APIs: passing in the Module...Enrico Granata4-25/+24
2012-11-08Adding support for loading the scripting resource as part of a framework, lac...Enrico Granata2-3/+24
2012-11-08<rdar://problem/12586350>Enrico Granata23-126/+367
2012-11-08Fix a crasher in Jason Molenda2-3/+4
2012-11-08Added a posix_spawn based launchd plist for always using posix_spawn to launc...Greg Clayton2-0/+18
2012-11-07<rdar://problem/12645617>Greg Clayton1-7/+24
2012-11-07When we were calculating the max byte size of ONE instruction to handle somet...Jim Ingham1-1/+1
2012-11-07Logging improvements for the Objective-C runtime.Sean Callanan1-2/+14
2012-11-06<rdar://problem/12647273>Greg Clayton2-57/+166
2012-11-06Added unnamed bitfields to our bitfield test.Greg Clayton3-9/+10
2012-11-06Make sure to check the module is valid after trying to find a shared module.Greg Clayton1-1/+1
2012-11-06Add a workaround to problems with the clang debug info for Jim Ingham2-1/+96
2012-11-06<rdar://problem/12582031> Greg Clayton3-7/+93
2012-11-05Avoid potentially disastrous mistakes when removing a file.Filipe Cabecinhas1-1/+1
2012-11-05Cleaned up the code signing instructions:Greg Clayton1-4/+18
2012-11-04Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). Jason Molenda3-177/+135
2012-11-03Fix a little think-o. In FileSpec::operator== we were trying to figure out w...Jim Ingham1-1/+1
2012-11-03Make sure users know that "target variable" can read variables while running ...Greg Clayton1-1/+1
2012-11-03Caught two cases where we were passing a Stream* without checking for NULLEnrico Granata2-7/+13
2012-11-02Fixed a problem where we mistook normal resultSean Callanan1-2/+2
2012-11-02Fixed the "--force" option for memory read.Greg Clayton1-1/+3
2012-11-02Switched debugserver to use C++11/libc++.Sean Callanan1-0/+9
2012-11-02Extra safeguards to ensure that we never querySean Callanan2-131/+156
2012-11-02Set the MACOSX_DEPLOYMENT_TARGET in a few more places.Jason Molenda1-3/+3
2012-11-01Set the MACOSX_DEPLOYMENT_TARGET for Debug/Release buildsJason Molenda1-0/+3
2012-11-01Change DataExtractor::Dump() to use a series of if..else ifJason Molenda2-12/+13
2012-11-01<rdar://problem/12585314> Greg Clayton4-41/+95
2012-11-01Get rid of hack by making the actual call public. This was causing the lldb-p...Greg Clayton2-12/+2
2012-11-01Fixes to make the test suite work better whenSean Callanan1-9/+9
2012-11-01Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas7-201/+142
2012-11-01Avoid a crash when trying to parse a line table in the DWARF parser.Greg Clayton1-10/+12
2012-11-01Fix an error message in debugserver so it doesn't print "Unable toJason Molenda1-1/+3
2012-11-01There seems to be some odd corner case where we shut down the ProcessGDBRemot...Jim Ingham2-12/+60
2012-11-01Switch from using KERN_PROCARGS2 to get the path to the executed process to p...Jim Ingham1-11/+14
2012-10-31Added the plists to the debugserver project and fixed the labels for the new ...Greg Clayton3-2/+6
2012-10-31More launchd style plists.Greg Clayton2-0/+27
2012-10-31Use libxml2 on Mac OS X.Filipe Cabecinhas2-0/+2
2012-10-31Resolve any bundle paths we are given when the specified executable is a bundle.Greg Clayton3-3/+36
2012-10-31More fixes from MSVC warnings found by Carlo Kok.Greg Clayton1-2/+2
2012-10-31Carlo Kok was compiling with MSVC, caught some more issues. Greg Clayton1-1/+1