<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/llvm/tools/lldb/source/API/SBSymbol.cpp, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=main</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<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='http://cgit.freebsd.org/src/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='http://cgit.freebsd.org/src/commit/?id=580d4aa65a2dadf52a0abc9451ab25918cb25125'/>
<id>urn:sha1:580d4aa65a2dadf52a0abc9451ab25918cb25125</id>
<content type='text'>
</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='http://cgit.freebsd.org/src/commit/?id=f678e45dc4469314acdd381171b56060b4e61272'/>
<id>urn:sha1:f678e45dc4469314acdd381171b56060b4e61272</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='http://cgit.freebsd.org/src/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='http://cgit.freebsd.org/src/commit/?id=4bb0738ee7438ed572a4b9d8b609271b029de5b8'/>
<id>urn:sha1:4bb0738ee7438ed572a4b9d8b609271b029de5b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update lldb to upstream trunk r242221.</title>
<updated>2015-09-06T15:21:47Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2015-09-06T15:21:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b91a7dfcc6380a77b4b179ec63370af22b062b5d'/>
<id>urn:sha1:b91a7dfcc6380a77b4b179ec63370af22b062b5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update LLDB snapshot to upstream r241361</title>
<updated>2015-07-04T01:02:43Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-07-04T01:02:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c3bbb013d1242432bd8d1f7821f987894214710'/>
<id>urn:sha1:1c3bbb013d1242432bd8d1f7821f987894214710</id>
<content type='text'>
Notable upstream commits (upstream revision in parens):

- Add a JSON producer to LLDB (228636)
- Don't crash on bad DWARF expression (228729)
- Add support of DWARFv3 DW_OP_form_tls_address (231342)
- Assembly profiler for MIPS64 (232619)
- Handle FreeBSD/arm64 core files (233273)
- Read/Write register for MIPS64 (233685)
- Rework LLDB system initialization (233758)
- SysV ABI for aarch64 (236098)
- MIPS software single stepping (236696)
- FreeBSD/arm live debugging support (237303)
- Assembly profiler for mips32 (237420)
- Parse function name from DWARF DW_AT_abstract_origin (238307)
- Improve LLDB prompt handling (238313)
- Add real time signals support to FreeBSDSignals (238316)
- Fix race in IOHandlerProcessSTDIO (238423)
- MIPS64 Branch instruction emulation for SW single stepping (238820)
- Improve OSType initialization in elf object file's arch_spec (239148)
- Emulation of MIPS64 floating-point branch instructions (239996)
- ABI Plugin for MIPS32 (239997)
- ABI Plugin for MIPS64 (240123)
- MIPS32 branch emulation and single stepping (240373)
- Improve instruction emulation based stack unwinding on ARM (240533)
- Add branch emulation to aarch64 instruction emulator (240769)
</content>
</entry>
<entry>
<title>Update LLDB snapshot to upstream r216948 (git 50f7fe44)</title>
<updated>2014-11-26T16:48:12Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2014-11-26T16:48:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0127ef0f2c2464f701ef9b6f157cc2823a832ff5'/>
<id>urn:sha1:0127ef0f2c2464f701ef9b6f157cc2823a832ff5</id>
<content type='text'>
This is approximately "LLDB 3.5" although with a little bit of skew,
and will go along with the Clang 3.5 import.

Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Update LLDB to upstream r194122 snapshot</title>
<updated>2013-11-12T17:25:33Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-11-12T17:25:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3561791104e5399ef9bcd45b3be0755dcde3464d'/>
<id>urn:sha1:3561791104e5399ef9bcd45b3be0755dcde3464d</id>
<content type='text'>
ludes minor changes relative to upstream, for compatibility with
FreeBSD's in-tree LLVM 3.3:

- Reverted LLDB r191806, restoring use of previous API.
- Reverted part of LLDB r189317, restoring previous enum names.
- Work around missing LLVM r192504, using previous registerEHFrames API
  (limited functionality).
- Removed PlatformWindows header include and init/terminate calls.

Sponsored by:	DARPA, AFRL
</content>
</entry>
<entry>
<title>Merge lldb r188801 to contrib/llvm/tools/lldb/</title>
<updated>2013-08-23T18:06:42Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-08-23T18:06:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ac7ddfbf72ce0012cf2944eeb05192d9d281fde1'/>
<id>urn:sha1:ac7ddfbf72ce0012cf2944eeb05192d9d281fde1</id>
<content type='text'>
</content>
</entry>
</feed>
