CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/11 11:38:59
Modified files:
gnu/llvm/lldb/include/lldb/Utility: ArchSpec.h
gnu/llvm/lldb/source/Core: FormatEntity.cpp
gnu/llvm/lldb/source/Host/common: SocketAddress.cpp
gnu/llvm/lldb/source/Host/openbsd: Host.cpp
gnu/llvm/lldb/source/Host/posix: DomainSocket.cpp PipePosix.cpp
gnu/llvm/lldb/source/Initialization: SystemInitializerCommon.cpp
gnu/llvm/lldb/source/Plugins/ABI/AArch64: ABISysV_arm64.cpp
gnu/llvm/lldb/source/Plugins/ABI/X86: ABISysV_x86_64.cpp
gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD:
DYLDRendezvous.cpp
DynamicLoaderPOSIXDYLD.cpp
gnu/llvm/lldb/source/Plugins/ObjectFile/ELF: ObjectFileELF.cpp
gnu/llvm/lldb/source/Plugins/Process/OpenBSD:
NativeProcessOpenBSD.cpp
NativeProcessOpenBSD.h
NativeThreadOpenBSD.cpp
gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel:
ProcessOpenBSDKernel.h
gnu/llvm/lldb/source/Plugins/Process/Utility: CMakeLists.txt
gnu/llvm/lldb/source/Plugins/Process/elf-core:
RegisterUtilities.h
gnu/llvm/lldb/source/Plugins/Process/gdb-remote:
GDBRemoteCommunicationServerCommon.cpp
gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86:
x86AssemblyInspectionEngine.cpp
gnu/llvm/lldb/source/Target: UnixSignals.cpp
gnu/llvm/lldb/source/Utility: ArchSpec.cpp
gnu/llvm/lldb/tools: CMakeLists.txt
gnu/llvm/lldb/tools/driver: Driver.cpp
gnu/llvm/lldb/tools/lldb-server: CMakeLists.txt
lldb-gdbserver.cpp
Added files:
gnu/llvm/lldb/docs/resources: sbapi.rst
Removed files:
gnu/llvm/lldb : CODE_OWNERS.txt
gnu/llvm/lldb/bindings/interface: SBAddress.i SBAttachInfo.i
SBBlock.i SBBreakpoint.i
SBBreakpointLocation.i
SBBreakpointName.i
SBBroadcaster.i
SBCommandInterpreter.i
SBCommandInterpreterRunOptions.i
SBCommandReturnObject.i
SBCommunication.i
SBCompileUnit.i SBData.i
SBDebugger.i SBDeclaration.i
SBEnvironment.i SBError.i
SBEvent.i SBExecutionContext.i
SBExpressionOptions.i SBFile.i
SBFileSpec.i SBFileSpecList.i
SBFrame.i SBFunction.i
SBHostOS.i SBInstruction.i
SBInstructionList.i
SBLanguageRuntime.i
SBLaunchInfo.i SBLineEntry.i
SBListener.i
SBMemoryRegionInfo.i
SBMemoryRegionInfoList.i
SBModule.i SBModuleSpec.i
SBPlatform.i SBProcess.i
SBProcessInfo.i SBQueue.i
SBQueueItem.i SBReproducer.i
SBSection.i SBSourceManager.i
SBStream.i SBStringList.i
SBStructuredData.i SBSymbol.i
SBSymbolContext.i
SBSymbolContextList.i
SBTarget.i SBThread.i
SBThreadCollection.i
SBThreadPlan.i SBTrace.i
SBTraceCursor.i SBType.i
SBTypeCategory.i
SBTypeEnumMember.i
SBTypeFilter.i SBTypeFormat.i
SBTypeNameSpecifier.i
SBTypeSummary.i
SBTypeSynthetic.i
SBUnixSignals.i SBValue.i
SBValueList.i
SBVariablesOptions.i
SBWatchpoint.i
gnu/llvm/lldb/docs: lldb-for-gdb-users.txt lldb-gdb-remote.txt
lldb-platform-packets.txt
gnu/llvm/lldb/docs/_static: lldb.css
gnu/llvm/lldb/docs/design: overview.rst sbapi.rst
gnu/llvm/lldb/docs/resources: bots.rst
gnu/llvm/lldb/docs/status: features.rst goals.rst projects.rst
releases.rst status.rst
gnu/llvm/lldb/docs/use: extensions.rst qemu-testing.rst
gnu/llvm/lldb/examples/python/scripted_process:
crashlog_scripted_process.py
scripted_platform.py
scripted_process.py
gnu/llvm/lldb/include/lldb: module.modulemap
gnu/llvm/lldb/include/lldb/Breakpoint: BreakpointSiteList.h
gnu/llvm/lldb/include/lldb/Core: FileSpecList.h IOStreamMacros.h
MappedHash.h StreamBuffer.h
StreamFile.h
ThreadSafeDenseMap.h
gnu/llvm/lldb/include/lldb/Interpreter: ScriptedInterface.h
ScriptedMetadata.h
ScriptedPlatformInterface.h
ScriptedProcessInterface.h
gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode:
lldbvscode_testcase.py
vscode.py
gnu/llvm/lldb/resources: debugserver-macosx-entitlements.plist
gnu/llvm/lldb/source/Breakpoint: BreakpointSiteList.cpp
gnu/llvm/lldb/source/Commands: CommandObjectScript.cpp
CommandObjectScript.h
gnu/llvm/lldb/source/Core: FileSpecList.cpp StreamFile.cpp
gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript:
CMakeLists.txt
gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime:
CMakeLists.txt
RenderScriptExpressionOpts.cpp
RenderScriptExpressionOpts.h
RenderScriptRuntime.cpp
RenderScriptRuntime.h
RenderScriptScriptGroup.cpp
RenderScriptScriptGroup.h
RenderScriptx86ABIFixups.cpp
RenderScriptx86ABIFixups.h
gnu/llvm/lldb/source/Plugins/ObjectFile/JIT: CMakeLists.txt
ObjectFileJIT.cpp
ObjectFileJIT.h
gnu/llvm/lldb/source/Plugins/Process/POSIX: ProcessMessage.cpp
ProcessMessage.h
gnu/llvm/lldb/source/Plugins/Process/Utility:
MipsLinuxSignals.cpp
MipsLinuxSignals.h
gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python:
ScriptedPlatformPythonInterface.cpp
ScriptedPlatformPythonInterface.h
ScriptedProcessPythonInterface.cpp
ScriptedProcessPythonInterface.h
ScriptedPythonInterface.cpp
ScriptedPythonInterface.h
ScriptedThreadPythonInterface.cpp
ScriptedThreadPythonInterface.h
gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF:
DWARFAbbreviationDeclaration.cpp
DWARFAbbreviationDeclaration.h
DWARFDebugAbbrev.cpp
DWARFDebugAbbrev.h
HashedNameToDIE.cpp
HashedNameToDIE.h
gnu/llvm/lldb/source/Symbol: LocateSymbolFile.cpp
LocateSymbolFileMacOSX.cpp
gnu/llvm/lldb/source/Utility: UuidCompatibility.h
gnu/llvm/lldb/third_party/Python/module/pexpect-4.6: .gitignore
.travis.yml
DEVELOPERS.rst
LICENSE
MANIFEST.in
README.rst
requirements-testing.txt
setup.cfg
setup.py
gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect:
ANSI.py
FSM.py
__init__.py
_async.py
bashrc.sh
exceptions.py
expect.py
fdpexpect.py
popen_spawn.py
pty_spawn.py
pxssh.py
replwrap.py
run.py
screen.py
spawnbase.py
utils.py
gnu/llvm/lldb/third_party/Python/module/progress: progress.py
gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0:
.gitignore
.travis.yml
LICENSE
README.rst
pyproject.toml
readthedocs.yml
gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess:
__init__.py
_fork_pty.py
ptyprocess.py
util.py
gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2:
__init__.py
__main__.py
case.py
collector.py
compatibility.py
loader.py
main.py
result.py
runner.py
signals.py
suite.py
util.py
gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test:
__init__.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py
test_discovery.py
test_functiontestcase.py
test_loader.py
test_new_tests.py
test_program.py
test_result.py
test_runner.py
test_setups.py
test_skipping.py
test_suite.py
test_unittest2_with.py
gnu/llvm/lldb/tools/debugserver/source/MacOSX: CMakeLists.txt
gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm:
DNBArchImpl.cpp
DNBArchImpl.h
gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386:
DNBArchImplI386.cpp
DNBArchImplI386.h
MachRegisterStatesI386.h
gnu/llvm/lldb/tools/lldb-vscode: BreakpointBase.cpp
BreakpointBase.h CMakeLists.txt
ExceptionBreakpoint.cpp
ExceptionBreakpoint.h
FifoFiles.cpp FifoFiles.h
FunctionBreakpoint.cpp
FunctionBreakpoint.h
IOStream.cpp IOStream.h
JSONUtils.cpp JSONUtils.h
LLDBUtils.cpp LLDBUtils.h
Options.td OutputRedirector.cpp
OutputRedirector.h
ProgressEvent.cpp
ProgressEvent.h README.md
RunInTerminal.cpp
RunInTerminal.h
SourceBreakpoint.cpp
SourceBreakpoint.h
SourceReference.h VSCode.cpp
VSCode.h VSCodeForward.h
lldb-vscode-Info.plist.in
lldb-vscode.cpp package.json
gnu/llvm/lldb/tools/lldb-vscode/syntaxes: arm.disasm
arm64.disasm
disassembly.json
x86.disasm
Log message:
merge lldb-19.1.7
