| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove DoAttachToProcessWithId(lldb::pid_t). | Zachary Turner | 2015-05-13 | 1 | -9/+0 |
* | Sprinkle some #include <mutex> in files that use std::call_once. | Benjamin Kramer | 2015-04-03 | 1 | -0/+2 |
* | Fix typo, fix build. | Bruce Mitchener | 2015-04-03 | 1 | -1/+1 |
* | [Plugin/Process] Use std::call_once() to initialize. | Davide Italiano | 2015-04-03 | 1 | -8/+7 |
* | Fix build on OS X after r231202 | Ilia K | 2015-03-04 | 1 | -0/+1 |
* | Add Socket::Get[Remote/Local]IpAddress and unit tests | Vince Harron | 2015-01-16 | 1 | -1/+1 |
* | Get the correct process architecture in ProcessKDP::DidAttach(). | Greg Clayton | 2014-10-31 | 1 | -1/+6 |
* | Move ConnectionFileDescriptor to platform-specific Host directory. | Zachary Turner | 2014-10-06 | 1 | -1/+1 |
* | Fix up the HostThread interface, making the interface simpler. | Zachary Turner | 2014-09-23 | 1 | -7/+4 |
* | Create a HostThread abstraction. | Zachary Turner | 2014-09-09 | 1 | -12/+12 |
* | Fix ProcessKDP after Host/Socket addition | Keno Fischer | 2014-08-06 | 1 | -2/+3 |
* | Creates a socket host object. | Zachary Turner | 2014-08-06 | 1 | -1/+2 |
* | After you attach, give the process plugin a chance to report back (through | Jim Ingham | 2014-08-02 | 1 | -1/+3 |
* | Modify the EFI KDP debugging to not use any dynamic loader since it does manu... | Greg Clayton | 2014-07-16 | 1 | -1/+35 |
* | Change ProcessKDP::DoReadMemory() to break up large memory | Jason Molenda | 2014-05-21 | 1 | -1/+25 |
* | Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan... | Andrew MacPherson | 2014-03-25 | 1 | -4/+0 |
* | Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param... | Jean-Daniel Dupas | 2013-12-23 | 1 | -1/+1 |
* | Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch(). | Jean-Daniel Dupas | 2013-12-09 | 1 | -1/+1 |
* | 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 |