[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
Mon May 3 15:05:54 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2d5d720df0bb: [debugserver] Include LLDB_VERSION_SUFFIX in debugserver version (authored by JDevlieghere).
Herald added a project: LLDB.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101655/new/

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.342558.patch
Type: text/x-patch
Size: 741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210503/d4bc02fa/attachment-0001.bin>


More information about the lldb-commits mailing list