pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lldb: remove todo



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon May 1 19:39:56 2023 +0200
Changeset:	23c17386ea168bf0160f83cf16d6cb7f365abf3b

Removed Files:
	lldb/TODO

Log Message:
lldb: remove todo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23c17386ea168bf0160f83cf16d6cb7f365abf3b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb/TODO | 29 -----------------------------
 1 file changed, 29 deletions(-)

diffs:
diff --git a/lldb/TODO b/lldb/TODO
deleted file mode 100644
index e246ca9d49..0000000000
--- a/lldb/TODO
+++ /dev/null
@@ -1,29 +0,0 @@
-[ 84%] Building CXX object source/Plugins/Process/NetBSD/CMakeFiles/lldbPluginProcessNetBSD.dir/NativeThreadNetBSD.cpp.o
-/usr/work/wip/lldb/work/lldb-16.0.2.src/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp: In member function 'virtual lldb_private::Status lldb_private::process_netbsd::NativeRegisterContextNetBSD_x86_64::ReadRegister(const lldb_private::RegisterInfo*, lldb_private::RegisterValue&)':
-/usr/work/wip/lldb/work/lldb-16.0.2.src/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp:412:28: error: 'class std::optional<lldb_private::process_netbsd::NativeRegisterContextNetBSD_x86_64::RegSetKind>' has no member named 'getValue'
-  412 |   RegSetKind set = opt_set.getValue();
-      |                            ^~~~~~~~
-/usr/work/wip/lldb/work/lldb-16.0.2.src/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp: In member function 'virtual lldb_private::Status lldb_private::process_netbsd::NativeRegisterContextNetBSD_x86_64::WriteRegister(const lldb_private::RegisterInfo*, const lldb_private::RegisterValue&)':
-/usr/work/wip/lldb/work/lldb-16.0.2.src/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp:479:28: error: 'class std::optional<lldb_private::process_netbsd::NativeRegisterContextNetBSD_x86_64::RegSetKind>' has no member named 'getValue'
-  479 |   RegSetKind set = opt_set.getValue();
-      |                            ^~~~~~~~
-[ 84%] Building CXX object source/Initialization/CMakeFiles/lldbInitialization.dir/SystemLifetimeManager.cpp.o
---- source/Plugins/Process/NetBSD/CMakeFiles/lldbPluginProcessNetBSD.dir/NativeRegisterContextNetBSD_x86_64.cpp.o ---
-*** [source/Plugins/Process/NetBSD/CMakeFiles/lldbPluginProcessNetBSD.dir/NativeRegisterContextNetBSD_x86_64.cpp.o] Error code 1
-
-make[2]: stopped in /usr/work/wip/lldb/work/lldb-16.0.2.src/build
-*** [all] Error code 6
-
-make: stopped in /usr/work/wip/lldb/work/lldb-16.0.2.src/build
-1 error
-
-make: stopped in /usr/work/wip/lldb/work/lldb-16.0.2.src/build
-*** Error code 2
-
-Stop.
-make[1]: stopped in /usr/pkgsrc/wip/lldb
-*** Error code 1
-
-Stop.
-make: stopped in /usr/pkgsrc/wip/lldb
-


Home | Main Index | Thread Index | Old Index