summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove old local-only linux debugging codePavel Labath2015-06-241-713/+0
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Initial FreeBSD/arm live debugging supportEd Maste2015-05-131-0/+4
* Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid2015-04-141-0/+15
* Fix compilation failure caused by r234366.Chaoren Lin2015-04-071-1/+1
* Make sure the OperatingSystem plug-ins will work on linux as well. This goes ...Greg Clayton2015-04-071-1/+4
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+22
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-9/+8
* Create a HostThread abstraction.Zachary Turner2014-09-091-1/+5
* Linux ARM64: add ProcessMonitor-related RegisterContext support.Todd Fiala2014-09-021-0/+10
* lldb - Register Context Linux ARM64Todd Fiala2014-08-291-0/+5
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-4/+6
* Address hung tests in Linux.Todd Fiala2014-04-181-1/+1
* Suppress SIGSTOP under Linux and don't explicitly call SetResumeSignal() in P...Andrew MacPherson2014-03-211-5/+0
* Fixed case typo.Greg Clayton2014-03-201-3/+3
* Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...Greg Clayton2014-03-201-29/+19
* Simplify POSIXThread register context handlingEd Maste2014-02-281-30/+38
* Fix linux x86 debugging on a linux x86 host (32-bit on 32-bit).Todd Fiala2014-02-271-1/+11
* FreeBSD hardware watchpoint implementationEd Maste2014-02-191-1/+25
* Avoid undesired variable shadowingEd Maste2014-02-131-2/+0
* Fix Linux by partially reverting 196787Ed Maste2013-12-111-0/+37
* Threaded inferior support for FreeBSDEd Maste2013-12-091-37/+2
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-0/+11
* Initial FreeBSD mips64 ProcessMonitor supportEd Maste2013-10-101-13/+54
* Merge RegisterContextPOSIX_x86_64 and RegisterContextPOSIX_i386 into Register...Michael Sartain2013-10-101-58/+16
* Add exec support for Linux including common support for POSIX.Matt Kopec2013-10-091-0/+10
* Clean up RegisterContextPOSIX i386 code.Michael Sartain2013-10-091-8/+29
* Change posix thread so that it creates a breakpoint stop reason if the breakp...Matt Kopec2013-09-201-18/+9
* Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.Michael Sartain2013-09-141-14/+28
* Cleanup POSIX RegisterContext class hierarchies.Michael Sartain2013-09-131-6/+6
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-17/+9
* Run-time reg context selection for POSIX targetsEd Maste2013-07-301-8/+12
* Handle BreakNotify for threads whose tid doesn't match the ThreadSpec of the ...Ashok Thirumurthi2013-07-121-7/+27
* Add support for listing inferior thread names on Linux.Matt Kopec2013-07-101-1/+20
* Use LLDB_INVALID_REGNUM at Mike Sartain's suggestionAndy Gibbs2013-06-191-1/+1
* Fix two 'variable is used uninitialised' warnings. Change assert to llvm_unr...Andy Gibbs2013-06-191-2/+2
* Add assertion for when no watchpoint found in POSIX watchnotify handler.Matt Kopec2013-06-181-3/+3
* Temporarily disable checking of watchpoint hit on FreeBSD on trace message.Matt Kopec2013-06-181-0/+2
* Add output of fault address on an address related crash (ie. segfault).Matt Kopec2013-06-101-3/+7
* Fix setting of watchpoints on inferior thread creation for Linux.Matt Kopec2013-06-031-18/+43
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-12/+40
* Fixed "log enable linux registers" and added a test.Ashok Thirumurthi2013-05-091-9/+9
* Fixed a build failure introduced by r181501.Ashok Thirumurthi2013-05-091-1/+1
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-3/+4
* Attempt to fix failing watchpoints for debian os buildbot.Matt Kopec2013-05-081-0/+14
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-1/+96
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-9/+8
* Refactoring for struct UserArea:Ashok Thirumurthi2013-05-031-0/+2
* <rdar://problem/13700260>Greg Clayton2013-05-011-10/+3
* Platform-specific specialization for the GPR register file.Ashok Thirumurthi2013-05-011-1/+8
OpenPOWER on IntegriCloud