<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2019-12-20T19:53:05Z</updated>
<entry>
<title>Move all sources from the llvm project into contrib/llvm-project.</title>
<updated>2019-12-20T19:53:05Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-12-20T19:53:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0b57cec536236d46e3dba9bd041533462f33dbb7'/>
<id>urn:sha1:0b57cec536236d46e3dba9bd041533462f33dbb7</id>
<content type='text'>
This uses the new layout of the upstream repository, which was recently
migrated to GitHub, and converted into a "monorepo".  That is, most of
the earlier separate sub-projects with their own branches and tags were
consolidated into one top-level directory, and are now branched and
tagged together.

Updating the vendor area to match this layout is next.
</content>
</entry>
<entry>
<title>Merge lldb trunk r366426, resolve conflicts, and update FREEBSD-Xlist.</title>
<updated>2019-08-22T19:14:02Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-08-22T19:14:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=580d4aa65a2dadf52a0abc9451ab25918cb25125'/>
<id>urn:sha1:580d4aa65a2dadf52a0abc9451ab25918cb25125</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge lldb trunk r351319, resolve conflicts, and update FREEBSD-Xlist.</title>
<updated>2019-01-20T15:00:15Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2019-01-20T15:00:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=763d4102c9736544f95a61d4d0a9a5be8c5a5df1'/>
<id>urn:sha1:763d4102c9736544f95a61d4d0a9a5be8c5a5df1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge lldb trunk r338150, and resolve conflicts.</title>
<updated>2018-07-31T17:51:25Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2018-07-31T17:51:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6492be7d57b91310e3f3b6fddb0dd747c4311b44'/>
<id>urn:sha1:6492be7d57b91310e3f3b6fddb0dd747c4311b44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lldb: remove assertion that target_arch is FreeBSD</title>
<updated>2018-04-24T19:26:58Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-04-24T19:26:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7165bb8cc62cc67fe628fbdc91a9c77697467fbd'/>
<id>urn:sha1:7165bb8cc62cc67fe628fbdc91a9c77697467fbd</id>
<content type='text'>
The target is not necessarily a FreeBSD binary - for example, it may be
a Linux binary running under the linuxulator.  Basic ptrace (live)
debugging already worked in this case, except for the assertion.

Sponsored by:	Turing Robotic Industries Inc.
</content>
</entry>
<entry>
<title>lldb: Report inferior signals as signals, not exceptions, on FreeBSD</title>
<updated>2017-08-10T13:51:04Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2017-08-10T13:51:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4c320ca0d6e471659e083473afe90d13b12dc0ab'/>
<id>urn:sha1:4c320ca0d6e471659e083473afe90d13b12dc0ab</id>
<content type='text'>
This is the FreeBSD equivalent of LLVM r238549.

This serves 2 purposes:

* LLDB should handle inferior process signals SIGSEGV/SIGILL/SIGBUS/
  SIGFPE the way it is suppose to be handled. Prior to this fix these
  signals will neither create a coredump, nor exit from the debugger
  or work for signal handling scenario.
* eInvalidCrashReason need not report "unknown crash reason" if we have
  a valid si_signo

llvm.org/pr23699

Patch by Karnajit Wangkhem

Differential Revision:  https://reviews.llvm.org/D35223

Submitted by:	Karnajit Wangkhem
Obtained from:	LLVM r310591
</content>
</entry>
<entry>
<title>Merge lldb trunk r300422 and resolve conflicts.</title>
<updated>2017-04-16T16:48:25Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2017-04-16T16:48:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f678e45dc4469314acdd381171b56060b4e61272'/>
<id>urn:sha1:f678e45dc4469314acdd381171b56060b4e61272</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix printf format warning on i386.</title>
<updated>2017-01-03T18:10:23Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2017-01-03T18:10:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=dfb5f2eb8aa7d08dbd8a35c5fa750f2f786c5c0d'/>
<id>urn:sha1:dfb5f2eb8aa7d08dbd8a35c5fa750f2f786c5c0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update lldb to trunk r290819 and resolve conflicts.</title>
<updated>2017-01-02T21:59:52Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2017-01-02T21:59:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=435933dd67752b0d68c320107a5e69435a6f20ec'/>
<id>urn:sha1:435933dd67752b0d68c320107a5e69435a6f20ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update lldb to release_39 branch r276489 and resolve immediate conflicts.</title>
<updated>2016-08-17T08:51:41Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-08-17T08:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4bb0738ee7438ed572a4b9d8b609271b029de5b8'/>
<id>urn:sha1:4bb0738ee7438ed572a4b9d8b609271b029de5b8</id>
<content type='text'>
</content>
</entry>
</feed>
