summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/RegisterContextLinux_i386.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix incomplete commit of ↵Johnny Chen2012-01-051-0/+0
| | | | | | | | | | | | | http://llvm.org/viewvc/llvm-project?rev=147609&view=rev: This patch combines common code from Linux and FreeBSD into a new POSIX platform. It also contains fixes for 64bit FreeBSD. The patch is based on changes by Mark Peek <mp@FreeBSD.org> and "K. Macy" <kmacy@freebsd.org> in their github repo located at https://github.com/fbsd/lldb. llvm-svn: 147613
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-650/+0
| | | | | | | | | | a new POSIX platform. It also contains fixes for 64bit FreeBSD. The patch is based on changes by Mark Peek <mp@FreeBSD.org> and "K. Macy" <kmacy@freebsd.org> in their github repo located at https://github.com/fbsd/lldb. llvm-svn: 147609
* This patch fixes debugging of single threaded apps on Linux. Johnny Chen2011-10-181-4/+51
| | | | | | | | It also adds some asserts and additional logging support. from dawn@burble.org llvm-svn: 142384
* A bit of clean up.Johnny Chen2011-05-191-56/+3
| | | | | | | | Removed ifdeffed out functions and added the implementation of WriteRegister for x86_64 architecture. Signed-off-by: Johnny Chen <johnny.chen@apple.com> llvm-svn: 131696
* This patch add a "fake" attach waiting for a real implementation andJohnny Chen2011-05-131-1/+24
| | | | | | | | | | | | | | | | solve the build break due to the lack of this method. It also propose a solution to the API changes in RegisterContext. I upgraded also the the python version in the makefile. My linux installation has python2.7 and AFAIK also the latest ubuntu has this version of python so maybe is worth upgrading. Patch by Marco Minutoli <mminutoli@gmail.com> [Note: I had to hand merge in the diffs since patch thinks it is a corrupt patch.] llvm-svn: 131313
* Add register context for i386 on Linux.Stephen Wilson2011-02-281-0/+633
Patch by Marco Minutoli! llvm-svn: 126696
OpenPOWER on IntegriCloud