History log of /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/VariableList.cpp (Results 1 – 5 of 5)
Revision Date Author Comments
# f678e45d 16-Apr-2017 Dimitry Andric <[email protected]>

Merge lldb trunk r300422 and resolve conflicts.


# 435933dd 02-Jan-2017 Dimitry Andric <[email protected]>

Update lldb to trunk r290819 and resolve conflicts.


# 9f2f44ce 04-Jan-2016 Ed Maste <[email protected]>

Merge LLDB 3.8

As with previous imports a number of plugins not immediately relevant
to FreeBSD have been excluded:

ABIMacOSX_i386
ABIMacOSX_arm
ABIMacOSX_arm64
ABISysV_hexagon
AppleObjCRuntimeV2
A

Merge LLDB 3.8

As with previous imports a number of plugins not immediately relevant
to FreeBSD have been excluded:

ABIMacOSX_i386
ABIMacOSX_arm
ABIMacOSX_arm64
ABISysV_hexagon
AppleObjCRuntimeV2
AppleObjCRuntimeV1
SystemRuntimeMacOSX
RenderScriptRuntime
GoLanguageRuntime
GoLanguage
ObjCLanguage
ObjCPlusPlusLanguage
ObjectFilePECOFF
DynamicLoaderWindowsDYLD
platform_linux
platform_netbsd
PlatformWindows
PlatformKalimba
platform_android
DynamicLoaderMacOSXDYLD
ObjectContainerUniversalMachO
PlatformRemoteiOS
PlatformMacOSX
OperatingSystemGo

show more ...


# 6fcb8242 25-Feb-2014 Ed Maste <[email protected]>

Update LLDB snapshot to upstream r202189

Highlights include:

- Support hardware watchpoints on FreeBSD
(r201706)

- Improved unwinding through hand-written assembly functions
(r201839)

- Handl

Update LLDB snapshot to upstream r202189

Highlights include:

- Support hardware watchpoints on FreeBSD
(r201706)

- Improved unwinding through hand-written assembly functions
(r201839)

- Handle DW_TAG_unspecified_parameters for variadic functions
(r202061)

- Fix Ctrl+C interrupting a running inferior process
(r202086, r202154)

- Various bug fixes, including to the remote GDB protocol client

Sponsored by: DARPA, AFRL

show more ...


# ac7ddfbf 23-Aug-2013 Ed Maste <[email protected]>

Merge lldb r188801 to contrib/llvm/tools/lldb/