================ @@ -0,0 +1,45 @@ +import lldb + +class FacadeExample: + def __init__(self, bkpt, extra_args, dict): + self.bkpt = bkpt + self.extra_args = extra_args + self.base_sym = None + self.facade_locs = [] + self.facade_locs_desc = [] + self.cur_facade_loc = 1 ---------------- medismailben wrote:
Is that because the default location id is 1 and not 0 ? https://github.com/llvm/llvm-project/pull/158128 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
