ruby/misc/lldb_rb
yui-knk 7a050638b1 Introduce NODE_FILE
`__FILE__` was managed by `NODE_STR` with `String` object.
This commit introduces `NODE_FILE` and `struct rb_parser_string` so that

1. `__FILE__` is detectable from AST Node
2. Reduce dependency ruby object
2024-01-02 14:19:42 +09:00
..
commands LLDB: Use `expression` to save the result into the history [ci skip] 2023-10-25 16:50:00 +09:00
constants.py [ci skip] Move rp helper to new LLDB format 2023-03-17 20:04:43 +00:00
lldb_interface.py Delete empty lines at EOF [ci skip] 2023-09-30 02:09:29 +09:00
rb_base_command.py Delete empty lines at EOF [ci skip] 2023-09-30 02:09:29 +09:00
rb_heap_structs.py Fix RBignum print [ci skip] 2023-09-30 02:09:29 +09:00
utils.py Introduce NODE_FILE 2024-01-02 14:19:42 +09:00