<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Remove old local-only linux debugging code</title>
<updated>2015-06-24T14:43:20+00:00</updated>
<author>
<name>Pavel Labath</name>
<email>labath@google.com</email>
</author>
<published>2015-06-24T14:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b36f9178548d3c6ef6d6f89187e5307ec434f7fc'/>
<id>b36f9178548d3c6ef6d6f89187e5307ec434f7fc</id>
<content type='text'>
Summary:
Currently, the local-only path fails about 50% of the tests, which means that: a) nobody is using
it; and b) the remote debugging path is much more stable. This commit removes the local-only
linux debugging code (ProcessLinux) and makes remote-loopback the only way to debug local
applications (the same architecture as OSX). The ProcessPOSIX code is moved to the FreeBSD
directory, which is now the only user of this class. Hopefully, FreeBSD will soon move to the new
architecture as well and then this code can be removed completely.

Test Plan: Test suite passes via remote stub.

Reviewers: emaste, vharron, ovyalov, clayborg

Subscribers: tberghammer, emaste, lldb-commits

Differential Revision: http://reviews.llvm.org/D10661

llvm-svn: 240543
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Currently, the local-only path fails about 50% of the tests, which means that: a) nobody is using
it; and b) the remote debugging path is much more stable. This commit removes the local-only
linux debugging code (ProcessLinux) and makes remote-loopback the only way to debug local
applications (the same architecture as OSX). The ProcessPOSIX code is moved to the FreeBSD
directory, which is now the only user of this class. Hopefully, FreeBSD will soon move to the new
architecture as well and then this code can be removed completely.

Test Plan: Test suite passes via remote stub.

Reviewers: emaste, vharron, ovyalov, clayborg

Subscribers: tberghammer, emaste, lldb-commits

Differential Revision: http://reviews.llvm.org/D10661

llvm-svn: 240543
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor many file functions to use FileSpec over strings.</title>
<updated>2015-05-29T19:52:29+00:00</updated>
<author>
<name>Chaoren Lin</name>
<email>chaorenl@google.com</email>
</author>
<published>2015-05-29T19:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d3173f34e8546a96b8d0df0d9de133f88f10c127'/>
<id>d3173f34e8546a96b8d0df0d9de133f88f10c127</id>
<content type='text'>
Summary:
This should solve the issue of sending denormalized paths over gdb-remote
if we stick to GetPath(false) in GDBRemoteCommunicationClient, and let the
server handle any denormalization.

Reviewers: ovyalov, zturner, vharron, clayborg

Reviewed By: clayborg

Subscribers: tberghammer, emaste, lldb-commits

Differential Revision: http://reviews.llvm.org/D9728

llvm-svn: 238604
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This should solve the issue of sending denormalized paths over gdb-remote
if we stick to GetPath(false) in GDBRemoteCommunicationClient, and let the
server handle any denormalization.

Reviewers: ovyalov, zturner, vharron, clayborg

Reviewed By: clayborg

Subscribers: tberghammer, emaste, lldb-commits

Differential Revision: http://reviews.llvm.org/D9728

llvm-svn: 238604
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't #include "lldb-python.h" from anywhere.</title>
<updated>2015-05-29T17:41:47+00:00</updated>
<author>
<name>Zachary Turner</name>
<email>zturner@google.com</email>
</author>
<published>2015-05-29T17:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1124045ac739480b69eb7c9be2ce09d4898c4ed0'/>
<id>1124045ac739480b69eb7c9be2ce09d4898c4ed0</id>
<content type='text'>
Since interaction with the python interpreter is moving towards
being more isolated, we won't be able to include this header from
normal files anymore, all includes of it should be localized to
the python library which will live under source/bindings/API/Python
after a future patch.

None of the files that were including this header actually depended
on it anyway, so it was just a dead include in every single instance.

llvm-svn: 238581
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since interaction with the python interpreter is moving towards
being more isolated, we won't be able to include this header from
normal files anymore, all includes of it should be localized to
the python library which will live under source/bindings/API/Python
after a future patch.

None of the files that were including this header actually depended
on it anyway, so it was just a dead include in every single instance.

llvm-svn: 238581
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed arm64 build error</title>
<updated>2015-05-16T00:26:20+00:00</updated>
<author>
<name>Vince Harron</name>
<email>vince@nethacker.com</email>
</author>
<published>2015-05-16T00:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=341eda4ca7981650db6c519692861f5913f67ecc'/>
<id>341eda4ca7981650db6c519692861f5913f67ecc</id>
<content type='text'>
llvm-svn: 237493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 237493
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch adds support for setting/clearing hardware watchpoints and breakpoints on AArch64 (Arm v8) 64-bit hardware.</title>
<updated>2015-05-15T06:29:58+00:00</updated>
<author>
<name>Omair Javaid</name>
<email>omair.javaid@linaro.org</email>
</author>
<published>2015-05-15T06:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ea8c25a802c60485b46e2e5a9f68480bfee2057e'/>
<id>ea8c25a802c60485b46e2e5a9f68480bfee2057e</id>
<content type='text'>
http://reviews.llvm.org/D9706

llvm-svn: 237419
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://reviews.llvm.org/D9706

llvm-svn: 237419
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a ton of gcc compile warnings</title>
<updated>2015-05-13T00:25:54+00:00</updated>
<author>
<name>Vince Harron</name>
<email>vince@nethacker.com</email>
</author>
<published>2015-05-13T00:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d7e6a4f2f07464acfe4fe98b4e4038c67c7b2975'/>
<id>d7e6a4f2f07464acfe4fe98b4e4038c67c7b2975</id>
<content type='text'>
Removed some unused variables, added some consts, changed some casts
to const_cast. I don't think any of these changes are very
controversial.

Differential Revision: http://reviews.llvm.org/D9674

llvm-svn: 237218
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed some unused variables, added some consts, changed some casts
to const_cast. I don't think any of these changes are very
controversial.

Differential Revision: http://reviews.llvm.org/D9674

llvm-svn: 237218
</pre>
</div>
</content>
</entry>
<entry>
<title>Get lldb-server building on android-9</title>
<updated>2015-05-12T01:10:56+00:00</updated>
<author>
<name>Vince Harron</name>
<email>vince@nethacker.com</email>
</author>
<published>2015-05-12T01:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8b33567189ea25fbdd454d9c4cc75cb2850a821f'/>
<id>8b33567189ea25fbdd454d9c4cc75cb2850a821f</id>
<content type='text'>
Build lldb-server with an android-9 sysroot.

llvm-svn: 237078
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build lldb-server with an android-9 sysroot.

llvm-svn: 237078
</pre>
</div>
</content>
</entry>
<entry>
<title>Move several plugin to its own namespace</title>
<updated>2015-03-31T09:52:22+00:00</updated>
<author>
<name>Tamas Berghammer</name>
<email>tberghammer@google.com</email>
</author>
<published>2015-03-31T09:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=db264a6d09b04f6794e786078bf727c1c10c798a'/>
<id>db264a6d09b04f6794e786078bf727c1c10c798a</id>
<content type='text'>
Affected paths:
* Plugins/Platform/Android/*
* Plugins/Platform/Linux/*
* Plugins/Platform/gdb-server/*
* Plugins/Process/Linux/*
* Plugins/Process/gdb-remote/*

Differential revision: http://reviews.llvm.org/D8654

llvm-svn: 233679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Affected paths:
* Plugins/Platform/Android/*
* Plugins/Platform/Linux/*
* Plugins/Platform/gdb-server/*
* Plugins/Process/Linux/*
* Plugins/Process/gdb-remote/*

Differential revision: http://reviews.llvm.org/D8654

llvm-svn: 233679
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove virtual and add override for lots of function.</title>
<updated>2015-03-25T15:37:56+00:00</updated>
<author>
<name>Tamas Berghammer</name>
<email>tberghammer@google.com</email>
</author>
<published>2015-03-25T15:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d542efde8b773e1fd3e99bf5fe0797de6210f94b'/>
<id>d542efde8b773e1fd3e99bf5fe0797de6210f94b</id>
<content type='text'>
Effeted pathes:
* Host/posix/*
* Platform/gdb-server/*
* Process/Linux/*
* Process/POSIX/*

llvm-svn: 233193
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Effeted pathes:
* Host/posix/*
* Platform/gdb-server/*
* Process/Linux/*
* Process/POSIX/*

llvm-svn: 233193
</pre>
</div>
</content>
</entry>
<entry>
<title>Create NativeRegisterContext for android-arm64</title>
<updated>2015-03-13T11:36:47+00:00</updated>
<author>
<name>Tamas Berghammer</name>
<email>tberghammer@google.com</email>
</author>
<published>2015-03-13T11:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1e209fcceba66b84208148e6773ae30593df0df8'/>
<id>1e209fcceba66b84208148e6773ae30593df0df8</id>
<content type='text'>
Differential revision: http://reviews.llvm.org/D8058

llvm-svn: 232160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential revision: http://reviews.llvm.org/D8058

llvm-svn: 232160
</pre>
</div>
</content>
</entry>
</feed>
