1. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  2. 4fb0815 Clarified the intent of the SymbolContextScope class in the header by Greg Clayton · 14 years ago
  3. c833295 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 · 14 years ago
  4. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  5. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  6. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  7. 35729d6 Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit->GetLineTable() will parse the line table if it hasn't been read in. by Jim Ingham · 14 years ago
  8. 709c473 Avoid an assertion crash by avoiding a circular dependency in the objective by Greg Clayton · 14 years ago
  9. 88957ff Fixed an issue where we would return matches for DWARF in the .o files when by Greg Clayton · 14 years ago
  10. 7241ba7 Fixed FindFunctions so it works with all the new name types for the DWARF in object files case. by Greg Clayton · 14 years ago
  11. 7121908 Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames by Jim Ingham · 14 years ago
  12. 0007dff Few little fixes to reading in inlined functions. Also added a test case with some inlining. by Jim Ingham · 14 years ago
  13. 1240b91 Looks like this is how you identify executables in ELF. by Jim Ingham · 14 years ago
  14. ac9c8b5 Remove unused powerpc unwind support. by Jason Molenda · 14 years ago
  15. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  16. 70a4f92 Fixed namespace visibility problems that were by Sean Callanan · 14 years ago
  17. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  18. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  19. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  20. 447e82f Fix makefiles to build properly on Darwin. by Stephen Wilson · 14 years ago
  21. f6f4033 Add a new Process plugin for Linux. by Stephen Wilson · 14 years ago
  22. 7661a98 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 14 years ago
  23. f8e98a6 Warnings cleanup patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  24. 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
  25. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 14 years ago
  26. 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
  27. 32a8c7e Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 14 years ago
  28. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  29. c9b6000 Updated LLVM and Clang to July 20 at 16:00. by Greg Clayton · 14 years ago
  30. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  31. 7a45a2f More constructor warning fixes from William Lynch. by Benjamin Kramer · 14 years ago
  32. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  33. 5565cd1 Remove our local ELF definitions and rely on llvm/Support/ELF.h instead. by Stephen Wilson · 14 years ago
  34. ddd2962 Combine 32 and 64 bit ELF readers. by Stephen Wilson · 14 years ago
  35. f6d49a5 Don't build the SymbolVendor/MacOSX when not building on Darwin. by Greg Clayton · 14 years ago
  36. 7991225 A few more misc warning fixes. by Eli Friedman · 14 years ago
  37. 0a164a1 Misc warning fixes. by Eli Friedman · 14 years ago
  38. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  39. 596ba27 64 bit ELF support from Stephen Wilson. by Greg Clayton · 14 years ago
  40. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  41. 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
  42. ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
  43. 90bc5c6 Remove extraneous semicolon after if condition (from Jean-Daniel Dupas). by Greg Clayton · 14 years ago
  44. 47ebf9b Avoid duplicate names (something else that clang++ really doesn't like) in by Greg Clayton · 14 years ago
  45. f2a4d2e Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  46. cdd22d0 Plugged 4 more leaks in the libunwind code. One leaks is still left in as it by Greg Clayton · 14 years ago
  47. e9d0df4 More leaks detection: by Greg Clayton · 14 years ago
  48. cf7f1ad Fixed up disassembly to not emit the module name before all function names by Greg Clayton · 14 years ago
  49. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  50. 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 14 years ago
  51. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  52. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  53. 3ae9340 Initialize member so GDBRemoteRegisterContext::ReadRegisterBytes doesn't rely on by Benjamin Kramer · 14 years ago
  54. 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
  55. 0a298dc Fixed a problem where invalid triples were being passed by Sean Callanan · 14 years ago
  56. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  57. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  58. c3d2139 Remove Mac-specific includes. by Eli Friedman · 14 years ago
  59. f6e509a Fixed an issue with the new DW_TAG_ptr_to_member_type changes where the clang type that was being created was using the pointee_type for both the class and the member pointer. by Greg Clayton · 14 years ago
  60. fa97069 Anders Carlsson patch for member pointers. Thanks Anders. by Greg Clayton · 14 years ago
  61. 011cb18 Fixed the build after recent header changes. by Greg Clayton · 14 years ago
  62. 6d8fe90 Include mach/mach_types.h in two files to adjust for their by Jason Molenda · 14 years ago
  63. 53d9686 Applied PluginManager.cpp patch from Jean-Daniel Dupas. by Jason Molenda · 14 years ago
  64. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  65. 67ee10b Expand AR_EFMT1 because the define is not present on Linux (and possibly by Eli Friedman · 14 years ago
  66. 1f3af54 Correctly handle the case where dyld has slid. by Jason Molenda · 14 years ago
  67. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  68. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago