[Lldb-commits] [PATCH] D101655: [debugserver] Include LLDB_VERSION_SUFFIX in debugserver version

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 30 12:05:47 PDT 2021


JDevlieghere created this revision.
JDevlieghere added a reviewer: jasonmolenda.
JDevlieghere requested review of this revision.

https://reviews.llvm.org/D101655

Files:
  lldb/tools/debugserver/source/debugserver_vers.c.in


Index: lldb/tools/debugserver/source/debugserver_vers.c.in
===================================================================
--- lldb/tools/debugserver/source/debugserver_vers.c.in
+++ lldb/tools/debugserver/source/debugserver_vers.c.in
@@ -1,2 +1,2 @@
-const unsigned char debugserverVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:LLDB  PROJECT:lldb- at LLDB_VERSION_MAJOR@. at LLDB_VERSION_MINOR@. at LLDB_VERSION_PATCH@" "\n";
+const unsigned char debugserverVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:LLDB  PROJECT:lldb- at LLDB_VERSION_MAJOR@. at LLDB_VERSION_MINOR@. at LLDB_VERSION_PATCH@@LLDB_VERSION_SUFFIX@" "\n";
 const double debugserverVersionNumber __attribute__ ((used)) = (double)@LLDB_VERSION_MAJOR at .@LLDB_VERSION_MINOR@;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101655.342002.patch
Type: text/x-patch
Size: 741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210430/08e2434e/attachment.bin>


More information about the lldb-commits mailing list