aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-28 19:55:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-28 20:03:54 +0900
commit545e01645f7350c255f79b90f184a1317d3d55fb (patch)
tree8017516dc1c49383eda67f7c7616913da46efa69 /debug.c
parent8bdaaeb99a7e737f9cde38889b94b2bd83d9d2dc (diff)
downloadruby-545e01645f7350c255f79b90f184a1317d3d55fb.tar.gz
lldb: Show encoding of String [ci skip]
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 3b4f1cbb12..52bd0f7fb7 100644
--- a/debug.c
+++ b/debug.c
@@ -14,6 +14,7 @@
#include <stdio.h>
#include "eval_intern.h"
+#include "encindex.h"
#include "id.h"
#include "internal/signal.h"
#include "ruby/encoding.h"
@@ -50,6 +51,7 @@ const union {
enum ruby_coderange_type enc_coderange_types;
enum ruby_econv_flag_type econv_flag_types;
rb_econv_result_t econv_result;
+ enum ruby_preserved_encindex encoding_index;
enum ruby_robject_flags robject_flags;
enum ruby_robject_consts robject_consts;
enum ruby_rmodule_flags rmodule_flags;