1. d55c5b1 Add Android.mk support for building LLDB on Linux host. by Todd Fiala · 11 years ago
  2. c590c67 New settings: target.use-hex-immediates and target.hex-immediates-style by Daniel Malea · 11 years ago
  3. 3160832 clean up about 22 warnings messages by Michael Sartain · 11 years ago
  4. a688acc Test to see if logging is enabled before printing by Jason Molenda · 11 years ago
  5. 4097bef Re-enable fast stepping for arm targets. The issue being worked by Jason Molenda · 11 years ago
  6. 4349bcb Fix thread name updating in Linux. "thread list" should report correct names always now. by Michael Sartain · 11 years ago
  7. 666a1f8 Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex and StackFrameList mutex) by Daniel Malea · 11 years ago
  8. bc16b92 The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction by Jim Ingham · 11 years ago
  9. 01711aa Send a stop event when an expression stops at a breakpoint by Sean Callanan · 11 years ago
  10. e4923dd <rdar://problem/14526890> by Greg Clayton · 11 years ago
  11. cf88b95 Use flag instead of rwlock state to track process running state by Ed Maste · 11 years ago
  12. 6bea559 Refine the fix in r187094 to only distrust the StackID comparision when we are starting from an address with no symbols. by Jim Ingham · 11 years ago
  13. 454916c Handle the case where we are stepping through code with no symbols, so we can't really find the function start PC by Jim Ingham · 11 years ago
  14. 27699d7 Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more accurate. by Jim Ingham · 11 years ago
  15. 008f3dc This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 11 years ago
  16. 7980d35 Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 11 years ago
  17. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  18. a0e48cc Mark the "step over single instruction" plan private in the StopInfoWatchpoint::PerformAction to by Jim Ingham · 11 years ago
  19. 8bf4e92 Remove obsolete comment by Ed Maste · 11 years ago
  20. bf1bec6 Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. by Jim Ingham · 11 years ago
  21. a807cee Split symbol support for ELF and Linux. by Michael Sartain · 11 years ago
  22. e46dd5b Remove the process's reservation cache and don't by Sean Callanan · 11 years ago
  23. a1f156a <rdar://problem/14182286> by Han Ming Ong · 11 years ago
  24. 29f30d0 Remember to update the m_thread_list_real after you do UpdateThreadList. by Jim Ingham · 11 years ago
  25. c4353f2 Add some useful logging for tracking thread matching problems. by Jim Ingham · 11 years ago
  26. 9e0d89e <rdar://problem/14004410> by Han Ming Ong · 11 years ago
  27. 3e11c7e Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 11 years ago
  28. dddd452 Don't actually Halt in the Interrupt handler for the Process, just send an AsyncInterrupt. by Jim Ingham · 11 years ago
  29. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  30. ac94caa Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 11 years ago
  31. ef375ec Remember to tell the breakpoints to update themselves when new symbols are added. by Jim Ingham · 11 years ago
  32. 28ad12b <rdar://problem/13239809> by Enrico Granata · 11 years ago
  33. 04cc48e If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. by Jim Ingham · 11 years ago
  34. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  35. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  36. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  37. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  38. e3f9bfd Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. by Greg Clayton · 11 years ago
  39. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  40. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  41. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  42. 37c43e4 Forgot to check for empty error strings in the previous checkin by Enrico Granata · 11 years ago
  43. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  44. 83d90c5 <rdar://problem/11398407> by Greg Clayton · 11 years ago
  45. 0086b94 Handle the case where there is a user breakpoint set at the location of one of our by Jim Ingham · 11 years ago
  46. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  47. a79c53f Don’t pop the process input reader for a “stop” event if ShouldBroadcastEvent has restarted the process. by Jim Ingham · 11 years ago
  48. 375ba88 Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. by Daniel Malea · 11 years ago
  49. 1d3db0a <rdar://problem/13183720> by Enrico Granata · 11 years ago
  50. addad59 <rdar://problem/13700260> by Greg Clayton · 11 years ago
  51. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  52. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  53. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  54. 863aa28 Changed the formerly pure virtual function: by Greg Clayton · 11 years ago
  55. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  56. c5bcb90 Remove distinction between Apple/Linux for Process run locks: by Daniel Malea · 11 years ago
  57. 6cd6f3a If the MemoryCache is asked to look up an address that is in an invalid by Jim Ingham · 11 years ago
  58. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  59. 4e75e35 Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 11 years ago
  60. 95bea1d Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 11 years ago
  61. 7bee8ab After recent OperatingsSystem plug-in changes, the lldb_private::Process and lldb_private::Thread subclasses were changed and the API was not respected properly. by Greg Clayton · 11 years ago
  62. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  63. ee72ab6 Unbreak lldb/test/macosx/universal. by Greg Clayton · 11 years ago
  64. 5f0bc2b Don't check the private state in DoOnRemoval, check whether THIS event caused a restart. by Jim Ingham · 11 years ago
  65. 5fbfb91 Clear up any deadlocks on Apple builds that were due to the lldb_private::Process.m_private_run_lock variable. by Greg Clayton · 11 years ago
  66. 761afb8 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 11 years ago
  67. a0fbd46 Return zero when we don't support the byte size. Previously is we were asked to read 3, 5, 6, or 7 byte integers, we would set the error, but still return that we read that number of bytes without populating the scalar. by Greg Clayton · 11 years ago
  68. f408e99 Fixed Process::ReadScalarIntegerFromMemory() by Sean Callanan · 11 years ago
  69. a46013b <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 11 years ago
  70. 0b78f43 Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots: by Daniel Malea · 11 years ago
  71. 411ab47 Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 11 years ago
  72. b4e08ab Added an option to "process detach" to keep the process stopped, if the process plugin (or in the by Jim Ingham · 11 years ago
  73. 8b73c97 Make "process handle -n true -s false" actually notifies of the signal. by Jim Ingham · 11 years ago
  74. 8a1e654 lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_private::Thread>) in case the thread goes away while the stop info still exists. by Greg Clayton · 11 years ago
  75. 97a19b2 Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 11 years ago
  76. 2154a41 When lldb stops in a stack frame where we have source level information (file, line number), don't by Jason Molenda · 11 years ago
  77. 68899da In Process::ProcessEventData::DoOnRemoval, we need to handle the case where NO thread has a stop reason by Jim Ingham · 11 years ago
  78. 36b877d 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 · 11 years ago
  79. 5042acf <rdar://problem/13697881> by Greg Clayton · 11 years ago
  80. 6f8d385 Change my patch to TargetList::CreateTarget to only try by Jason Molenda · 11 years ago
  81. d387b46 Fixed some linux buildbot warnings. by Greg Clayton · 11 years ago
  82. 347d722 Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. by Ashok Thirumurthi · 11 years ago
  83. 28195f9 Optimized the way breakpoint conditions are evaluated. by Sean Callanan · 11 years ago
  84. c442bad Change TargetList::CreateTarget to realpath the c-string filename of the by Jason Molenda · 11 years ago
  85. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  86. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  87. 061ca65 Re-enable m_private_run_lock changes from 179329, but only for Apple hosted builds so it doesn't break the buildbots. We will try and work the issues out in the Apple build before enabling this feature for everyone. by Greg Clayton · 11 years ago
  88. 6b47bca Revert of r179378 and r179329, which introduce a private thread lock around thread enumeration, by Ashok Thirumurthi · 11 years ago
  89. b3381b7 Fixed a few m_private_run_lock issues when attaching and also fixed the process to not try to restart the process if the process is exited, crashed or detached. Partial patch from Carlo Kok. by Greg Clayton · 11 years ago
  90. 0d546ed Make sure all the threads get a chance to compute their StopInfo's before we start running by Jim Ingham · 11 years ago
  91. 9acf369 <rdar://problem/13491977> by Greg Clayton · 11 years ago
  92. 0bc756d Save away the locations at the site we hit and iterate over that collection. Otherwise the action of one location by Jim Ingham · 11 years ago
  93. 0e7cff4 <rdar://problem/13370286> by Greg Clayton · 11 years ago
  94. 700ff7e Don't call DisableBreakpointSite (i.e. don't try to remove the breakpoint from the target process) if the target by Jim Ingham · 11 years ago
  95. 12fbcf5 <rdar://problem/13563628> by Enrico Granata · 11 years ago
  96. e369aed Add a new PlatformDarwinKernel for kernel debugging. This Platform by Jason Molenda · 11 years ago
  97. 4aac096 Change the default for "use-fast-stepping" to on. by Jim Ingham · 11 years ago
  98. edd6ade <rdar://problem/12897145> by Greg Clayton · 11 years ago
  99. 00af72e <rdar://problem/13384801> by Greg Clayton · 11 years ago
  100. 296b06d <rdar://problem/13506727> by Greg Clayton · 11 years ago