[all-commits] [llvm/llvm-project] 5caf66: [lldb][RPC] Upstream RPC server interface emitters...

Chelsea Cassanova via All-commits all-commits at lists.llvm.org
Mon Jul 7 10:30:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5caf668a6fb3c312686e52324d6717d4f06c9f8b
      https://github.com/llvm/llvm-project/commit/5caf668a6fb3c312686e52324d6717d4f06c9f8b
  Author: Chelsea Cassanova <chelsea_cassanova at apple.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    A lldb/test/Shell/RPC/Generator/Inputs/Server/CheckBasicIncludesEmit.h
    A lldb/test/Shell/RPC/Generator/Inputs/Server/CheckConstCharPointer.h
    A lldb/test/Shell/RPC/Generator/Tests/Server/CheckBasicIncludesEmit.test
    A lldb/test/Shell/RPC/Generator/Tests/Server/CheckConstCharPointer.test
    A lldb/tools/lldb-rpc/lldb-rpc-gen/lldb-rpc-gen.cpp
    A lldb/tools/lldb-rpc/lldb-rpc-gen/server/RPCServerHeaderEmitter.cpp
    A lldb/tools/lldb-rpc/lldb-rpc-gen/server/RPCServerHeaderEmitter.h
    A lldb/tools/lldb-rpc/lldb-rpc-gen/server/RPCServerSourceEmitter.cpp
    A lldb/tools/lldb-rpc/lldb-rpc-gen/server/RPCServerSourceEmitter.h

  Log Message:
  -----------
  [lldb][RPC] Upstream RPC server interface emitters (#138032)

This commit upstreams the LLDB RPC server interface emitters. These
emitters generate the server-side API interfaces for RPC, which
communicate directly with liblldb itself out of process using the SB
API.

https://discourse.llvm.org/t/rfc-upstreaming-lldb-rpc/85804



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list