pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lldb: todo with error
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Sat Apr 29 21:18:07 2023 +0200
Changeset: 7c4dae40b2ae18264feb891991b7356d6967491b
Added Files:
lldb/TODO
Log Message:
lldb: todo with error
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7c4dae40b2ae18264feb891991b7356d6967491b
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 insertions(+)
diffs:
diff --git a/lldb/TODO b/lldb/TODO
new file mode 100644
index 0000000000..e246ca9d49
--- /dev/null
+++ b/lldb/TODO
@@ -0,0 +1,29 @@
+[ 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