pkgsrc-WIP-changes archive

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

webkit-gtk: Add a note about backtrace(3)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Sep 29 21:24:25 2018 +0200
Changeset:	bb4c371bdda63aa0058ab897ed50896a7f4dcc29

Modified Files:
	webkit-gtk/TODO

Log Message:
webkit-gtk: Add a note about backtrace(3)

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

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

diffstat:
 webkit-gtk/TODO | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/webkit-gtk/TODO b/webkit-gtk/TODO
index a10cb83e02..ee5f03c5b7 100644
--- a/webkit-gtk/TODO
+++ b/webkit-gtk/TODO
@@ -7,3 +7,6 @@
 - Could the NetBSD logic in
   patches/patch-Source_JavaScriptCore_runtime_MachineContext.h be rewritten
   using ucontext(2) _UC_MACHINE_* macros instead?
+- Would it be useful to define HAVE_BACKTRACE and HAVE_BACKTRACE_SYMBOLS?
+  (these are not probably per-OS but just a matter of include devel/libexecinfo
+  and adjust Source/WTF/wtf/Platform.h)


Home | Main Index | Thread Index | Old Index