| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some names in the wake of my Mach-O changes to LLVM. | Charles Davis | 2013-08-27 | 1 | -0/+2 |
* | <rdar://problem/13793059> | Greg Clayton | 2013-07-15 | 1 | -1/+75 |
* | Update ProcessKDP and ProcessMachCore to use ConstString plugin | Jason Molenda | 2013-05-11 | 1 | -1/+1 |
* | <rdar://problem/13854277> | Greg Clayton | 2013-05-10 | 1 | -9/+4 |
* | Add an explicit check for a darwin kernel KDP_VERSIONSTRING when | Jason Molenda | 2013-05-09 | 1 | -2/+2 |
* | Changed the formerly pure virtual function: | Greg Clayton | 2013-05-09 | 1 | -20/+22 |
* | Fix the error reporting for ProcessKDP::DoDetach. | Jim Ingham | 2013-05-09 | 1 | -5/+10 |
* | Reinstating r181091 and r181106 with fix for Linux regressions. | Andrew Kaylor | 2013-05-07 | 1 | -9/+18 |
* | Temporarily reverting r181091 and r181106 due to the vast test breakage on th... | Ashok Thirumurthi | 2013-05-07 | 1 | -18/+9 |
* | In ProcessKDP, if the remote connection is not EFI, | Jason Molenda | 2013-05-06 | 1 | -2/+5 |
* | Change ProcessKDP::UpdateThreadList's call to FindThreadByProtocolID | Jason Molenda | 2013-05-04 | 1 | -1/+1 |
* | After recent OperatingsSystem plug-in changes, the lldb_private::Process and ... | Greg Clayton | 2013-05-04 | 1 | -9/+18 |
* | Recommitting r180831 with trivial fix - remember to return errors if you comp... | Jim Ingham | 2013-05-02 | 1 | -4/+6 |
* | Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py | Daniel Malea | 2013-05-01 | 1 | -6/+4 |
* | Added an option to "process detach" to keep the process stopped, if the proce... | Jim Ingham | 2013-04-30 | 1 | -4/+6 |
* | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 1 | -1/+1 |
* | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 1 | -1/+1 |
* | Fixed the thread list so it correctly updates after the first core thread exi... | Greg Clayton | 2013-04-11 | 1 | -4/+2 |
* | <rdar://problem/13516463> | Greg Clayton | 2013-04-02 | 1 | -6/+33 |
* | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -7/+7 |
* | Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ... | Jim Ingham | 2013-03-01 | 1 | -9/+0 |
* | A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break... | Jim Ingham | 2013-02-15 | 1 | -2/+2 |
* | Adding events when watchpoints are set or changed. | Jim Ingham | 2012-12-18 | 1 | -2/+2 |
* | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -9/+9 |
* | Identify a kdp session that is connecting to an EFI monitor, | Jason Molenda | 2012-10-25 | 1 | -3/+9 |
* | <rdar://problem/12491387> | Greg Clayton | 2012-10-19 | 1 | -1/+189 |
* | Change the Thread constructor over to take a Process& rather than a ProcessSP... | Jim Ingham | 2012-10-10 | 1 | -1/+1 |
* | Remove a few debug printf's that were left in ProcessKDP. | Jason Molenda | 2012-10-04 | 1 | -5/+0 |
* | The kernel loading code is now isolated in the DynamicLoaderDarwinKernel; | Jason Molenda | 2012-10-03 | 1 | -76/+21 |
* | Add support for debugging KASLR kernels via kdp (the kernel being | Jason Molenda | 2012-09-29 | 1 | -1/+88 |
* | <rdar://problem/9959501> | Greg Clayton | 2012-09-25 | 1 | -150/+108 |
* | Full KDP process control with per CPU resume and step. | Greg Clayton | 2012-09-21 | 1 | -123/+128 |
* | <rdar://problem/9959501> | Greg Clayton | 2012-09-21 | 1 | -1/+10 |
* | <rdar://problem/11757916> | Greg Clayton | 2012-08-29 | 1 | -0/+2 |
* | <rdar://problem/11358639> | Greg Clayton | 2012-05-08 | 1 | -6/+15 |
* | Trying to solve our disappearing thread issues by making thread list updates ... | Greg Clayton | 2012-04-10 | 1 | -2/+2 |
* | <rdar://problem/3535148> | Han Ming Ong | 2012-02-25 | 1 | -1/+9 |
* | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -1/+1 |
* | Add a general mechanism to wait on the debugger for Broadcasters of a given c... | Jim Ingham | 2012-02-16 | 1 | -1/+1 |
* | First pass at mach-o core file support is in. It currently works for x86_64 | Greg Clayton | 2012-02-09 | 1 | -4/+9 |
* | Cleaned up the Communication class when it tears down ConnectionFileDescriptor | Greg Clayton | 2012-01-31 | 1 | -4/+2 |
* | Fixed the issue that was causing our monitor process threads to crash, it | Greg Clayton | 2011-11-17 | 1 | -1/+5 |
* | Modified all Process::Launch() calls to use a ProcessLaunchInfo structure | Greg Clayton | 2011-11-03 | 1 | -8/+2 |
* | If a process plug-in was specified by name, always let the plug-in get used. | Greg Clayton | 2011-10-21 | 1 | -3/+4 |
* | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton | 2011-10-19 | 1 | -8/+8 |
* | SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre... | Johnny Chen | 2011-10-14 | 1 | -2/+2 |
* | Fix a typo in ProcessKDP::DidAttach(). | Johnny Chen | 2011-10-11 | 1 | -1/+1 |
* | Added a new plug-in type: lldb_private::OperatingSystem. The operating system | Greg Clayton | 2011-08-22 | 1 | -21/+15 |
* | Added the ability to remove orphaned module shared pointers from a ModuleList. | Greg Clayton | 2011-08-11 | 1 | -3/+3 |
* | More KDP fixes and logging cleanup. | Greg Clayton | 2011-07-21 | 1 | -9/+38 |