[all-commits] [llvm/llvm-project] 4da8fa: [lldb/API] Add Breakpoint::SerializeToStructuredDa...

Med Ismail Bennani via All-commits all-commits at lists.llvm.org
Fri Sep 11 11:10:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4da8fa45a0968a1f98010777d3731a921431ee55
      https://github.com/llvm/llvm-project/commit/4da8fa45a0968a1f98010777d3731a921431ee55
  Author: Med Ismail Bennani <medismail.bennani at gmail.com>
  Date:   2020-09-11 (Fri, 11 Sep 2020)

  Changed paths:
    M lldb/bindings/interface/SBBreakpoint.i
    M lldb/include/lldb/API/SBBreakpoint.h
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py

  Log Message:
  -----------
  [lldb/API] Add Breakpoint::SerializeToStructuredData to SBAPI

This patch adds a way to fetch breakpoint metadatas as a serialized
`Structured` Data format (JSON). This can be used by IDEs to update
their UI when a breakpoint is set or modified from the console.

rdar://11013798

Differential Revision: https://reviews.llvm.org/D87491

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>




More information about the All-commits mailing list