Giter Site home page Giter Site logo

Comments (9)

sakhnik avatar sakhnik commented on May 11, 2024

While gdb isn't supported in nvim-gdb/macOS (https://github.com/sakhnik/nvim-gdb#overview), have you tried running your debugging from CLI without neovim? If still unsuccessful, you may need to consider asking a wider community.
If CLI works but nvim-gdb doesn't, that'll have to be investigated. Meanwhile, I'd suggest trying with lldb, it works for sure.

from nvim-gdb.

EdwardWong1994 avatar EdwardWong1994 commented on May 11, 2024

While gdb isn't supported in nvim-gdb/macOS (https://github.com/sakhnik/nvim-gdb#overview), have you tried running your debugging from CLI without neovim? If still unsuccessful, you may need to consider asking a wider community. If CLI works but nvim-gdb doesn't, that'll have to be investigated. Meanwhile, I'd suggest trying with lldb, it works for sure.

Thanks for response. The gdb also can not work from CLI. I decide to change to lldb. But i still have problem configure lldb.

The configure file is shown below:(forgive me to upload figure, currently i do not know how to output the terminal content and paste here.)
image

After configuring configure file, i use <leader+dl>, i still can not debug. I even have no idea why this error happen.

image

or possible would you share me one configure file for lldb to run? Much thanks

from nvim-gdb.

sakhnik avatar sakhnik commented on May 11, 2024

Can the debugging be started without your custom configuration? Then could you please record the startup process with asciinema.org? Could you please collect the logs by launching neovim with the environment variable CI=1?

from nvim-gdb.

EdwardWong1994 avatar EdwardWong1994 commented on May 11, 2024

Can the debugging be started without your custom configuration? Then could you please record the startup process with asciinema.org? Could you please collect the logs by launching neovim with the environment variable CI=1?

I remove the custom configuration, it still have above error. I can use <leader>dl to open but not work.
image

What do you mean. bu setting CI=1, i am not understand.

from nvim-gdb.

sakhnik avatar sakhnik commented on May 11, 2024

If you launch neovim as CI=1 nvim and start a debugging session, a couple of log files will be written in the current directory. Even more useful, if you go to the directory nvim-gdb/test and launch neovim as CI=1 ./nvim.py, screenshots will be dumped to log files as well.

from nvim-gdb.

EdwardWong1994 avatar EdwardWong1994 commented on May 11, 2024

If you launch neovim as CI=1 nvim and start a debugging session, a couple of log files will be written in the current directory. Even more useful, if you go to the directory nvim-gdb/test and launch neovim as CI=1 ./nvim.py, screenshots will be dumped to log files as well.

Thanks. After runing CI=1 nvim example.c, i got two log files.

The content of lldb.log are:

2023-08-30 17:44:55,265 [INFO]: Start listening for commands at port 64505
2023-08-30 17:44:55,320 [DEBUG]: Got command: 0 get-process-state

The content of nvimgdb.log are:

2023-08-30 17:44:55,095 [INFO] lua/nvimgdb.lua:30: 	{ "NvimGdb.new",  backend_name = "lldb",  client_cmd = { "lldb", "example.o" }}
2023-08-30 17:44:55,097 [DEBUG] lua/nvimgdb/app.lua:27: 	{ "App.new",  backend_name = "lldb",  client_cmd = { "lldb", "example.o" }}
2023-08-30 17:44:55,100 [DEBUG] lua/nvimgdb/config.lua:97: 	{ "Config.new" }
2023-08-30 17:44:55,100 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "sign_breakpoint_priority",  key = 10,  key_to_func = {},  verbose = true}
2023-08-30 17:44:55,100 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "termwin_command",  key = "belowright new",  key_to_func = {},  verbose = true}
2023-08-30 17:44:55,100 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "codewin_command",  key = "new",  key_to_func = {},  verbose = true}
2023-08-30 17:44:55,101 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "set_scroll_off",  key = 5,  key_to_func = {},  verbose = true}
2023-08-30 17:44:55,101 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "sticky_dbg_buf",  key = true,  key_to_func = {},  verbose = true}
2023-08-30 17:44:55,101 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_step",  key = "<f11>",  key_to_func = {},  verbose = true}
2023-08-30 17:44:55,102 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_finish",  key = "<f12>",  key_to_func = {    ["<f11>"] = "key_step"  },  verbose = true}
2023-08-30 17:44:55,102 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_breakpoint",  key = "<f8>",  key_to_func = {    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish"  },  verbose = true}
2023-08-30 17:44:55,102 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_frameup",  key = "<c-p>",  key_to_func = {    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f8>"] = "key_breakpoint"  },  verbose = true}
2023-08-30 17:44:55,102 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_framedown",  key = "<c-n>",  key_to_func = {    ["<c-p>"] = "key_frameup",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f8>"] = "key_breakpoint"  },  verbose = true}
2023-08-30 17:44:55,103 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_until",  key = "<f4>",  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f8>"] = "key_breakpoint"  },  verbose = true}
2023-08-30 17:44:55,103 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_eval",  key = "<f9>",  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f8>"] = "key_breakpoint"  },  verbose = true}
2023-08-30 17:44:55,103 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_continue",  key = "<f5>",  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,103 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "set_tkeymaps",  key = <function 1>,  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,104 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_next",  key = "<f10>",  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,104 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "sign_current_line",  key = "▶",  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,104 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "sign_breakpoint",  key = { "●", "●²", "●³", "●⁴", "●⁵", "●⁶", "●⁷", "●⁸", "●⁹", "●ⁿ" },  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,105 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "unset_keymaps",  key = <function 1>,  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,105 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "set_keymaps",  key = <function 1>,  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,105 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "jump_bottom_gdb_buf",  key = true,  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,105 [DEBUG] lua/nvimgdb/config.lua:127: 	{ "Config:_apply_overrides",  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  }}
2023-08-30 17:44:55,105 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_continue",  key = "<F5>",  key_to_func = {    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,106 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_next",  key = "<F10>",  key_to_func = {    ["<F5>"] = "key_continue",    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,106 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "sign_current_line",  key = "",  key_to_func = {    ["<F10>"] = "key_next",    ["<F5>"] = "key_continue",    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,106 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "sign_breakpoint",  key = { "" },  key_to_func = {    ["<F10>"] = "key_next",    ["<F5>"] = "key_continue",    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,106 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "key_step",  key = "<F11>",  key_to_func = {    ["<F10>"] = "key_next",    ["<F5>"] = "key_continue",    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = true}
2023-08-30 17:44:55,107 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "termwin_command",  key = "rightbelow vnew",  key_to_func = {    ["<F10>"] = "key_next",    ["<F11>"] = "key_step",    ["<F5>"] = "key_continue",    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = false}
2023-08-30 17:44:55,107 [DEBUG] lua/nvimgdb/config.lua:160: 	{ "Config:_check_keymap_conflicts",  func = "codewin_command",  key = "vnew",  key_to_func = {    ["<F10>"] = "key_next",    ["<F11>"] = "key_step",    ["<F5>"] = "key_continue",    ["<c-n>"] = "key_framedown",    ["<c-p>"] = "key_frameup",    ["<f10>"] = "key_next",    ["<f11>"] = "key_step",    ["<f12>"] = "key_finish",    ["<f4>"] = "key_until",    ["<f5>"] = "key_continue",    ["<f8>"] = "key_breakpoint",    ["<f9>"] = "key_eval"  },  verbose = false}
2023-08-30 17:44:55,107 [DEBUG] lua/nvimgdb/config.lua:177: 	{ "Config:_define_signs" }
2023-08-30 17:44:55,107 [INFO] lua/nvimgdb/config.lua:120: 	{ "Resolved configuration", {    codewin_command = "vnew",    jump_bottom_gdb_buf = true,    key_breakpoint = "<f8>",    key_continue = "<F5>",    key_eval = "<f9>",    key_finish = "<f12>",    key_framedown = "<c-n>",    key_frameup = "<c-p>",    key_next = "<F10>",    key_step = "<F11>",    key_until = "<f4>",    set_keymaps = <function 1>,    set_scroll_off = 5,    set_tkeymaps = <function 2>,    sign_breakpoint = { "" },    sign_breakpoint_priority = 10,    sign_current_line = "",    sticky_dbg_buf = true,    termwin_command = "rightbelow vnew",    unset_keymaps = <function 3>  } }
2023-08-30 17:44:55,111 [DEBUG] lua/nvimgdb/client.lua:28: 	{ "Client.new",  client_cmd = { "lldb", "example.o" }}
2023-08-30 17:44:55,111 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "termwin_command"}
2023-08-30 17:44:55,111 [INFO] lua/nvimgdb/client.lua:31: 	"termwin_command"	"rightbelow vnew"
2023-08-30 17:44:55,111 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "termwin_command"}
2023-08-30 17:44:55,114 [INFO] lua/nvimgdb/client.lua:43: 	{ "Debugger command", { "lldb", "--source-quietly", "-S", "/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/lldb_init", "example.o" } }
2023-08-30 17:44:55,115 [DEBUG] lua/nvimgdb/proxy.lua:22: 	{ "Proxy.new" }
2023-08-30 17:44:55,116 [DEBUG] lua/nvimgdb/client.lua:181: 	{ "Client:get_proxy_addr" }
2023-08-30 17:44:55,116 [DEBUG] lua/nvimgdb/breakpoint.lua:24: 	{ "Breakpoint.new",  query_impl = <function 1>}
2023-08-30 17:44:55,116 [DEBUG] lua/nvimgdb/keymaps.lua:14: 	{ "Keymaps.new" }
2023-08-30 17:44:55,117 [DEBUG] lua/nvimgdb/cursor.lua:18: 	{ "Cursor.new" }
2023-08-30 17:44:55,118 [DEBUG] lua/nvimgdb/win.lua:27: 	{ "Win.new",  edited_buf = 1,  start_win = 1000}
2023-08-30 17:44:55,118 [DEBUG] lua/nvimgdb/win.lua:126: 	{ "Win:_ensure_jump_window" }
2023-08-30 17:44:55,118 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:44:55,118 [DEBUG] lua/nvimgdb/parser_actions.lua:17: 	{ "ParserActions.new" }
2023-08-30 17:44:55,118 [DEBUG] lua/nvimgdb/parser_impl.lua:22: 	{ "ParserImpl:_init" }
2023-08-30 17:44:55,118 [DEBUG] lua/nvimgdb/parser_impl.lua:57: 	{ "ParserImpl.add_trans",  handler = <function 1>,  matcher = "Process %d+ resuming",  state = {}}
2023-08-30 17:44:55,118 [DEBUG] lua/nvimgdb/parser_impl.lua:57: 	{ "ParserImpl.add_trans",  handler = <function 1>,  matcher = "Process %d+ launched",  state = { {      handler = <function 1>,      matcher = "Process %d+ resuming"    } }}
2023-08-30 17:44:55,118 [DEBUG] lua/nvimgdb/parser_impl.lua:57: 	{ "ParserImpl.add_trans",  handler = <function 1>,  matcher = "Process %d+ exited",  state = { {      handler = <function 1>,      matcher = "Process %d+ resuming"    }, {      handler = <function 1>,      matcher = "Process %d+ launched"    } }}
2023-08-30 17:44:55,119 [DEBUG] lua/nvimgdb/parser_impl.lua:57: 	{ "ParserImpl.add_trans",  handler = <function 1>,  matcher = "$",  state = { {      handler = <function 2>,      matcher = "Process %d+ resuming"    }, {      handler = <function 2>,      matcher = "Process %d+ launched"    }, {      handler = <function 2>,      matcher = "Process %d+ exited"    } }}
2023-08-30 17:44:55,119 [DEBUG] lua/nvimgdb/parser_impl.lua:57: 	{ "ParserImpl.add_trans",  handler = <function 1>,  matcher = "Process %d+ stopped",  state = {}}
2023-08-30 17:44:55,119 [DEBUG] lua/nvimgdb/parser_impl.lua:57: 	{ "ParserImpl.add_trans",  handler = <function 1>,  matcher = "$",  state = { {      handler = <function 2>,      matcher = "Process %d+ stopped"    } }}
2023-08-30 17:44:55,119 [INFO] lua/nvimgdb.lua:33: 	{ "Tabpage", 1 }
2023-08-30 17:44:55,119 [INFO] lua/nvimgdb.lua:154: 	{ "NvimGdb.global_init" }
2023-08-30 17:44:55,120 [DEBUG] lua/nvimgdb/app.lua:96: 	{ "App:postinit" }
2023-08-30 17:44:55,120 [DEBUG] lua/nvimgdb/client.lua:81: 	{ "Client:start" }
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/config.lua:199: 	{ "Config:get_or",  key = "sticky_dbg_buf",  val = true}
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "sticky_dbg_buf"}
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/app.lua:223: 	{ "App:create_watch",  cmd = "backtrace",  mods = "belowright"}
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/keymaps.lua:105: 	{ "Keymaps:dispatch_set" }
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/keymaps.lua:97: 	{ "Keymaps:_dispatch",  key = "set_keymaps"}
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/config.lua:199: 	{ "Config:get_or",  key = "set_keymaps",  val = <function 1>}
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "set_keymaps"}
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/keymaps.lua:44: 	{ "Keymaps:set" }
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_until"}
2023-08-30 17:44:55,132 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_continue"}
2023-08-30 17:44:55,133 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_next"}
2023-08-30 17:44:55,133 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_step"}
2023-08-30 17:44:55,133 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_finish"}
2023-08-30 17:44:55,133 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_breakpoint"}
2023-08-30 17:44:55,133 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_frameup"}
2023-08-30 17:44:55,133 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_framedown"}
2023-08-30 17:44:55,133 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_eval"}
2023-08-30 17:44:55,133 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_eval"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_quit"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/app.lua:223: 	{ "App:create_watch",  cmd = "info locals",  mods = "belowright"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/keymaps.lua:105: 	{ "Keymaps:dispatch_set" }
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/keymaps.lua:97: 	{ "Keymaps:_dispatch",  key = "set_keymaps"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:199: 	{ "Config:get_or",  key = "set_keymaps",  val = <function 1>}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "set_keymaps"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/keymaps.lua:44: 	{ "Keymaps:set" }
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_until"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_continue"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_next"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_step"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_finish"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_breakpoint"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_frameup"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_framedown"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_eval"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_eval"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_quit"}
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/keymaps.lua:117: 	{ "Keymaps:dispatch_set_t" }
2023-08-30 17:44:55,134 [DEBUG] lua/nvimgdb/keymaps.lua:97: 	{ "Keymaps:_dispatch",  key = "set_tkeymaps"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:199: 	{ "Config:get_or",  key = "set_tkeymaps",  val = <function 1>}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "set_tkeymaps"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/keymaps.lua:82: 	{ "Keymaps:set_t" }
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_until"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_continue"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_next"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_step"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_finish"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_quit"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/keymaps.lua:105: 	{ "Keymaps:dispatch_set" }
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/keymaps.lua:97: 	{ "Keymaps:_dispatch",  key = "set_keymaps"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:199: 	{ "Config:get_or",  key = "set_keymaps",  val = <function 1>}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "set_keymaps"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/keymaps.lua:44: 	{ "Keymaps:set" }
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_until"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_continue"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_next"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_step"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_finish"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_breakpoint"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_frameup"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_framedown"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_eval"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_eval"}
2023-08-30 17:44:55,135 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_quit"}
2023-08-30 17:44:55,155 [DEBUG] lua/nvimgdb/parser_impl.lua:134: 	{ "ParserImpl:feed",  line = { "(lldb) command source -s 1 '/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/lldb_init'\r", "" }}
2023-08-30 17:44:55,156 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "\n(lldb) command source -s 1 '/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/lldb_init'\r" }
2023-08-30 17:44:55,156 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "\n(lldb) command source -s 1 '/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/lldb_init'\r\n" }
2023-08-30 17:44:55,156 [DEBUG] lua/nvimgdb/parser_impl.lua:156: 	{ "ParserImpl:_delay_parsing",  byte_count = 105,  delay_ms = 50}
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/parser_impl.lua:202: 	{ "ParserImpl:delay_elapsed",  byte_count = 105}
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 0}
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/parser_impl.lua:77: 	{ "ParserImpl:_get_state_name" }
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/parser_impl.lua:190: 	"prev state: running"
2023-08-30 17:44:55,207 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "get-process-state"}
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:55,207 [WARN] lua/nvimgdb/proxy.lua:81: 	{ "/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/port", "not available yet", "bad argument #1 to '?' (/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/port: No such file or directory)" }
2023-08-30 17:44:55,207 [ERROR] lua/nvimgdb/proxy.lua:117: 	"Server port isn't known yet"
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/backend/lldb.lua:35: 	{ "process state" }
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/parser_actions.lua:43: 	{ "ParserActions:query_breakpoints" }
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/win.lua:275: 	{ "Win:query_breakpoints" }
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:44:55,207 [INFO] lua/nvimgdb/breakpoint.lua:81: 	{ "Breakpoint:query(",  buf_num = 1,  fname = "/Users/wangchenchen/Desktop/WCC/C/project/example.c"}
2023-08-30 17:44:55,207 [INFO] lua/nvimgdb/backend/lldb.lua:71: 	"Query breakpoints for /Users/wangchenchen/Desktop/WCC/C/project/example.c"
2023-08-30 17:44:55,207 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "info-breakpoints /Users/wangchenchen/Desktop/WCC/C/project/example.c"}
2023-08-30 17:44:55,207 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:55,208 [WARN] lua/nvimgdb/proxy.lua:81: 	{ "/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/port", "not available yet", "bad argument #1 to '?' (/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/port: No such file or directory)" }
2023-08-30 17:44:55,208 [ERROR] lua/nvimgdb/proxy.lua:117: 	"Server port isn't known yet"
2023-08-30 17:44:55,208 [DEBUG] lua/nvimgdb/breakpoint.lua:36: 	{ "Breakpoint:clear_signs" }
2023-08-30 17:44:55,208 [DEBUG] lua/nvimgdb/breakpoint.lua:47: 	{ "Breakpoint:_set_signs",  buf = 1}
2023-08-30 17:44:55,208 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "sign_breakpoint_priority"}
2023-08-30 17:44:55,208 [DEBUG] lua/nvimgdb/app.lua:188: 	{ "App:custom_command_async",  cmd = "backtrace"}
2023-08-30 17:44:55,208 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "handle-command backtrace"}
2023-08-30 17:44:55,208 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:55,208 [WARN] lua/nvimgdb/proxy.lua:81: 	{ "/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/port", "not available yet", "bad argument #1 to '?' (/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/port: No such file or directory)" }
2023-08-30 17:44:55,208 [ERROR] lua/nvimgdb/proxy.lua:117: 	"Server port isn't known yet"
2023-08-30 17:44:55,208 [DEBUG] lua/nvimgdb/app.lua:188: 	{ "App:custom_command_async",  cmd = "info locals"}
2023-08-30 17:44:55,208 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "handle-command info locals"}
2023-08-30 17:44:55,208 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:55,208 [WARN] lua/nvimgdb/proxy.lua:81: 	{ "/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/port", "not available yet", "bad argument #1 to '?' (/var/folders/7p/65w38chd709ctm7qgtwhgcfh0000gn/T/nvimgdb-F2EmtU/port: No such file or directory)" }
2023-08-30 17:44:55,208 [ERROR] lua/nvimgdb/proxy.lua:117: 	"Server port isn't known yet"
2023-08-30 17:44:55,208 [DEBUG] lua/nvimgdb/parser_impl.lua:77: 	{ "ParserImpl:_get_state_name" }
2023-08-30 17:44:55,208 [INFO] lua/nvimgdb/parser_impl.lua:192: 	"new state: paused"
2023-08-30 17:44:55,208 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 0}
2023-08-30 17:44:55,265 [DEBUG] lua/nvimgdb/parser_impl.lua:134: 	{ "ParserImpl:feed",  line = { '(lldb) target create "example.o"\r', "" }}
2023-08-30 17:44:55,265 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", '(lldb) target create "example.o"\r' }
2023-08-30 17:44:55,265 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", '(lldb) target create "example.o"\r\n' }
2023-08-30 17:44:55,265 [DEBUG] lua/nvimgdb/parser_impl.lua:156: 	{ "ParserImpl:_delay_parsing",  byte_count = 139,  delay_ms = 50}
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/parser_impl.lua:202: 	{ "ParserImpl:delay_elapsed",  byte_count = 139}
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 0}
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/parser_impl.lua:77: 	{ "ParserImpl:_get_state_name" }
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/parser_impl.lua:190: 	"prev state: paused"
2023-08-30 17:44:55,320 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "get-process-state"}
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/parser_impl.lua:77: 	{ "ParserImpl:_get_state_name" }
2023-08-30 17:44:55,320 [INFO] lua/nvimgdb/parser_impl.lua:192: 	"new state: paused"
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 0}
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/parser_impl.lua:134: 	{ "ParserImpl:feed",  line = { "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r", "" }}
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r" }
2023-08-30 17:44:55,320 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\n" }
2023-08-30 17:44:55,321 [DEBUG] lua/nvimgdb/parser_impl.lua:156: 	{ "ParserImpl:_delay_parsing",  byte_count = 226,  delay_ms = 50}
2023-08-30 17:44:55,321 [DEBUG] lua/nvimgdb/parser_impl.lua:134: 	{ "ParserImpl:feed",  line = { "Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r", "" }}
2023-08-30 17:44:55,321 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r" }
2023-08-30 17:44:55,321 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n" }
2023-08-30 17:44:55,321 [DEBUG] lua/nvimgdb/parser_impl.lua:156: 	{ "ParserImpl:_delay_parsing",  byte_count = 372,  delay_ms = 50}
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:134: 	{ "ParserImpl:feed",  line = { "0  lldb                                       0x00000001021f02f0 " }}
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 " }
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:156: 	{ "ParserImpl:_delay_parsing",  byte_count = 437,  delay_ms = 50}
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:134: 	{ "ParserImpl:feed",  line = { "llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r", "1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r", "2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r", "3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r", "4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r", "5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r", "" }}
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r" }
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r" }
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r" }
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r" }
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r" }
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r" }
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n" }
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:156: 	{ "ParserImpl:_delay_parsing",  byte_count = 992,  delay_ms = 50}
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:134: 	{ "ParserImpl:feed",  line = { "6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r", "7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r", "8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r", "9  Python3                                    0x000000010944a35c call_function + 288\r", "10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r", "11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r", "12 Python3                                    0x000000010944a35c call_function + 288\r", "13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r", "14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r", "15 Python3                                    0x000000010944a35c call_function + 288\r", "16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r", "17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r", "" }}
2023-08-30 17:44:55,322 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n" }
2023-08-30 17:44:55,323 [DEBUG] lua/nvimgdb/parser_impl.lua:156: 	{ "ParserImpl:_delay_parsing",  byte_count = 2163,  delay_ms = 50}
2023-08-30 17:44:55,324 [DEBUG] lua/nvimgdb/parser_impl.lua:134: 	{ "ParserImpl:feed",  line = { "18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r", "19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r", "20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r", "21 Python3                                    0x000000010944a35c call_function + 288\r", "22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r", "23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r", "24 Python3                                    0x000000010944a35c call_function + 288\r", "25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r", "26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r", "27 Python3                                    0x0000000109380320 method_vectorcall + 264\r", "28 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r", "29 Python3                                    0x00000001094e13bc t_bootstrap + 80\r", "30 Python3                                    0x00000001094947b4 pythread_wrapper + 28\r", "31 libsystem_pthread.dylib                    0x000000019a15f878 _pthread_start + 320\r", "32 libsystem_pthread.dylib                    0x000000019a15a5e0 thread_start + 8\r", "" }}
2023-08-30 17:44:55,324 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r" }
2023-08-30 17:44:55,324 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r" }
2023-08-30 17:44:55,324 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r" }
2023-08-30 17:44:55,324 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r" }
2023-08-30 17:44:55,324 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r" }
2023-08-30 17:44:55,324 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r" }
2023-08-30 17:44:55,325 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r" }
2023-08-30 17:44:55,325 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r" }
2023-08-30 17:44:55,325 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r" }
2023-08-30 17:44:55,325 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n27 Python3                                    0x0000000109380320 method_vectorcall + 264\r" }
2023-08-30 17:44:55,325 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n27 Python3                                    0x0000000109380320 method_vectorcall + 264\r\n28 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r" }
2023-08-30 17:44:55,325 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n27 Python3                                    0x0000000109380320 method_vectorcall + 264\r\n28 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n29 Python3                                    0x00000001094e13bc t_bootstrap + 80\r" }
2023-08-30 17:44:55,325 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n27 Python3                                    0x0000000109380320 method_vectorcall + 264\r\n28 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n29 Python3                                    0x00000001094e13bc t_bootstrap + 80\r\n30 Python3                                    0x00000001094947b4 pythread_wrapper + 28\r" }
2023-08-30 17:44:55,325 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n27 Python3                                    0x0000000109380320 method_vectorcall + 264\r\n28 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n29 Python3                                    0x00000001094e13bc t_bootstrap + 80\r\n30 Python3                                    0x00000001094947b4 pythread_wrapper + 28\r\n31 libsystem_pthread.dylib                    0x000000019a15f878 _pthread_start + 320\r" }
2023-08-30 17:44:55,326 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n27 Python3                                    0x0000000109380320 method_vectorcall + 264\r\n28 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n29 Python3                                    0x00000001094e13bc t_bootstrap + 80\r\n30 Python3                                    0x00000001094947b4 pythread_wrapper + 28\r\n31 libsystem_pthread.dylib                    0x000000019a15f878 _pthread_start + 320\r\n32 libsystem_pthread.dylib                    0x000000019a15a5e0 thread_start + 8\r" }
2023-08-30 17:44:55,326 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n27 Python3                                    0x0000000109380320 method_vectorcall + 264\r\n28 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n29 Python3                                    0x00000001094e13bc t_bootstrap + 80\r\n30 Python3                                    0x00000001094947b4 pythread_wrapper + 28\r\n31 libsystem_pthread.dylib                    0x000000019a15f878 _pthread_start + 320\r\n32 libsystem_pthread.dylib                    0x000000019a15a5e0 thread_start + 8\r\n" }
2023-08-30 17:44:55,326 [DEBUG] lua/nvimgdb/parser_impl.lua:156: 	{ "ParserImpl:_delay_parsing",  byte_count = 3528,  delay_ms = 50}
2023-08-30 17:44:55,326 [DEBUG] lua/nvimgdb/parser_impl.lua:134: 	{ "ParserImpl:feed",  line = { "" }}
2023-08-30 17:44:55,326 [DEBUG] lua/nvimgdb/parser_impl.lua:147: 	{ "buffer", "PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.\r\nStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):\r\n0  lldb                                       0x00000001021f02f0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56\r\n1  lldb                                       0x00000001021ef858 llvm::sys::RunSignalHandlers() + 128\r\n2  lldb                                       0x00000001021f0b8c SignalHandler(int) + 292\r\n3  libsystem_platform.dylib                   0x000000019a1aac44 _sigtramp + 56\r\n4  libc++.1.dylib                             0x000000019a0ecc88 std::__1::recursive_mutex::lock() + 16\r\n5  LLDB                                       0x00000001027bfb20 lldb_private::TargetList::GetSelectedTarget() + 36\r\n6  LLDB                                       0x000000010241de50 lldb::SBDebugger::GetSelectedTarget() + 308\r\n7  liblldbPluginScriptInterpreterPython.dylib 0x00000001091841c0 _wrap_SBDebugger_GetSelectedTarget(_object*, _object*) + 88\r\n8  Python3                                    0x00000001093bd0d0 cfunction_vectorcall_O + 248\r\n9  Python3                                    0x000000010944a35c call_function + 288\r\n10 Python3                                    0x0000000109447718 _PyEval_EvalFrameDefault + 23460\r\n11 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n12 Python3                                    0x000000010944a35c call_function + 288\r\n13 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n14 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n15 Python3                                    0x000000010944a35c call_function + 288\r\n16 Python3                                    0x000000010944778c _PyEval_EvalFrameDefault + 23576\r\n17 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n18 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n19 Python3                                    0x0000000109447970 _PyEval_EvalFrameDefault + 24060\r\n20 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n21 Python3                                    0x000000010944a35c call_function + 288\r\n22 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n23 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n24 Python3                                    0x000000010944a35c call_function + 288\r\n25 Python3                                    0x00000001094476f4 _PyEval_EvalFrameDefault + 23424\r\n26 Python3                                    0x000000010937dd2c function_code_fastcall + 120\r\n27 Python3                                    0x0000000109380320 method_vectorcall + 264\r\n28 Python3                                    0x000000010937d6a4 PyVectorcall_Call + 104\r\n29 Python3                                    0x00000001094e13bc t_bootstrap + 80\r\n30 Python3                                    0x00000001094947b4 pythread_wrapper + 28\r\n31 libsystem_pthread.dylib                    0x000000019a15f878 _pthread_start + 320\r\n32 libsystem_pthread.dylib                    0x000000019a15a5e0 thread_start + 8\r\n\n" }
2023-08-30 17:44:55,326 [DEBUG] lua/nvimgdb/parser_impl.lua:156: 	{ "ParserImpl:_delay_parsing",  byte_count = 3529,  delay_ms = 50}
2023-08-30 17:44:55,328 [DEBUG] lua/nvimgdb/client.lua:72: 	{ "Client:_cleanup_buf_hidden" }
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:202: 	{ "ParserImpl:delay_elapsed",  byte_count = 226}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 3303}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:202: 	{ "ParserImpl:delay_elapsed",  byte_count = 372}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 3157}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:202: 	{ "ParserImpl:delay_elapsed",  byte_count = 437}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 3092}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:202: 	{ "ParserImpl:delay_elapsed",  byte_count = 992}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 2537}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:202: 	{ "ParserImpl:delay_elapsed",  byte_count = 2163}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 1366}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:202: 	{ "ParserImpl:delay_elapsed",  byte_count = 3528}
2023-08-30 17:44:55,375 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 1}
2023-08-30 17:44:55,377 [DEBUG] lua/nvimgdb/parser_impl.lua:202: 	{ "ParserImpl:delay_elapsed",  byte_count = 3529}
2023-08-30 17:44:55,377 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 0}
2023-08-30 17:44:55,377 [DEBUG] lua/nvimgdb/parser_impl.lua:77: 	{ "ParserImpl:_get_state_name" }
2023-08-30 17:44:55,377 [DEBUG] lua/nvimgdb/parser_impl.lua:190: 	"prev state: paused"
2023-08-30 17:44:55,377 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "get-process-state"}
2023-08-30 17:44:55,377 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:55,377 [DEBUG] lua/nvimgdb/parser_impl.lua:77: 	{ "ParserImpl:_get_state_name" }
2023-08-30 17:44:55,377 [INFO] lua/nvimgdb/parser_impl.lua:192: 	"new state: paused"
2023-08-30 17:44:55,377 [DEBUG] lua/nvimgdb/parser_impl.lua:173: 	{ "ParserImpl:_search",  ignore_tail_bytes = 0}
2023-08-30 17:44:55,825 [WARN] lua/nvimgdb/proxy.lua:152: 	{ "Request timed out",  request_id = 0}
2023-08-30 17:44:55,826 [DEBUG] lua/nvimgdb/backend/lldb.lua:35: 	{ "process state", {} }
2023-08-30 17:44:55,826 [DEBUG] lua/nvimgdb/parser_actions.lua:43: 	{ "ParserActions:query_breakpoints" }
2023-08-30 17:44:55,826 [DEBUG] lua/nvimgdb/win.lua:275: 	{ "Win:query_breakpoints" }
2023-08-30 17:44:55,826 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:44:55,826 [INFO] lua/nvimgdb/breakpoint.lua:81: 	{ "Breakpoint:query(",  buf_num = 1,  fname = "/Users/wangchenchen/Desktop/WCC/C/project/example.c"}
2023-08-30 17:44:55,827 [INFO] lua/nvimgdb/backend/lldb.lua:71: 	"Query breakpoints for /Users/wangchenchen/Desktop/WCC/C/project/example.c"
2023-08-30 17:44:55,827 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "info-breakpoints /Users/wangchenchen/Desktop/WCC/C/project/example.c"}
2023-08-30 17:44:55,827 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:55,881 [WARN] lua/nvimgdb/proxy.lua:152: 	{ "Request timed out",  request_id = 1}
2023-08-30 17:44:55,881 [DEBUG] lua/nvimgdb/backend/lldb.lua:35: 	{ "process state", {} }
2023-08-30 17:44:55,882 [DEBUG] lua/nvimgdb/parser_actions.lua:43: 	{ "ParserActions:query_breakpoints" }
2023-08-30 17:44:55,882 [DEBUG] lua/nvimgdb/win.lua:275: 	{ "Win:query_breakpoints" }
2023-08-30 17:44:55,882 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:44:55,883 [INFO] lua/nvimgdb/breakpoint.lua:81: 	{ "Breakpoint:query(",  buf_num = 1,  fname = "/Users/wangchenchen/Desktop/WCC/C/project/example.c"}
2023-08-30 17:44:55,883 [INFO] lua/nvimgdb/backend/lldb.lua:71: 	"Query breakpoints for /Users/wangchenchen/Desktop/WCC/C/project/example.c"
2023-08-30 17:44:55,883 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "info-breakpoints /Users/wangchenchen/Desktop/WCC/C/project/example.c"}
2023-08-30 17:44:55,883 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:56,330 [WARN] lua/nvimgdb/proxy.lua:152: 	{ "Request timed out",  request_id = 2}
2023-08-30 17:44:56,330 [DEBUG] lua/nvimgdb/breakpoint.lua:36: 	{ "Breakpoint:clear_signs" }
2023-08-30 17:44:56,331 [DEBUG] lua/nvimgdb/breakpoint.lua:47: 	{ "Breakpoint:_set_signs",  buf = 1}
2023-08-30 17:44:56,331 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "sign_breakpoint_priority"}
2023-08-30 17:44:56,332 [DEBUG] lua/nvimgdb/app.lua:188: 	{ "App:custom_command_async",  cmd = "backtrace"}
2023-08-30 17:44:56,332 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "handle-command backtrace"}
2023-08-30 17:44:56,332 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:56,332 [DEBUG] lua/nvimgdb/app.lua:188: 	{ "App:custom_command_async",  cmd = "info locals"}
2023-08-30 17:44:56,332 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "handle-command info locals"}
2023-08-30 17:44:56,332 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:56,386 [WARN] lua/nvimgdb/proxy.lua:152: 	{ "Request timed out",  request_id = 3}
2023-08-30 17:44:56,386 [DEBUG] lua/nvimgdb/breakpoint.lua:36: 	{ "Breakpoint:clear_signs" }
2023-08-30 17:44:56,386 [DEBUG] lua/nvimgdb/breakpoint.lua:47: 	{ "Breakpoint:_set_signs",  buf = 1}
2023-08-30 17:44:56,387 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "sign_breakpoint_priority"}
2023-08-30 17:44:56,387 [DEBUG] lua/nvimgdb/app.lua:188: 	{ "App:custom_command_async",  cmd = "backtrace"}
2023-08-30 17:44:56,388 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "handle-command backtrace"}
2023-08-30 17:44:56,388 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:56,388 [DEBUG] lua/nvimgdb/app.lua:188: 	{ "App:custom_command_async",  cmd = "info locals"}
2023-08-30 17:44:56,388 [INFO] lua/nvimgdb/proxy.lua:107: 	{ "Proxy:query",  request = "handle-command info locals"}
2023-08-30 17:44:56,388 [DEBUG] lua/nvimgdb/proxy.lua:75: 	{ "function Proxy:_ensure_connected()" }
2023-08-30 17:44:56,835 [WARN] lua/nvimgdb/proxy.lua:152: 	{ "Request timed out",  request_id = 4}
2023-08-30 17:44:56,835 [WARN] lua/nvimgdb/proxy.lua:152: 	{ "Request timed out",  request_id = 5}
2023-08-30 17:44:56,889 [WARN] lua/nvimgdb/proxy.lua:152: 	{ "Request timed out",  request_id = 6}
2023-08-30 17:44:56,889 [WARN] lua/nvimgdb/proxy.lua:152: 	{ "Request timed out",  request_id = 7}
2023-08-30 17:44:58,903 [DEBUG] lua/nvimgdb/app.lua:346: 	{ "App:on_buf_leave" }
2023-08-30 17:44:58,903 [DEBUG] lua/nvimgdb/config.lua:199: 	{ "Config:get_or",  key = "jump_bottom_gdb_buf",  val = false}
2023-08-30 17:44:58,904 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "jump_bottom_gdb_buf"}
2023-08-30 17:44:58,906 [DEBUG] lua/nvimgdb/app.lua:333: 	{ "App:on_buf_enter" }
2023-08-30 17:44:58,906 [DEBUG] lua/nvimgdb/win.lua:86: 	{ "Win:is_jump_window_active" }
2023-08-30 17:44:58,906 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:45:00,562 [DEBUG] lua/nvimgdb/app.lua:346: 	{ "App:on_buf_leave" }
2023-08-30 17:45:00,562 [DEBUG] lua/nvimgdb/win.lua:86: 	{ "Win:is_jump_window_active" }
2023-08-30 17:45:00,562 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:45:00,563 [DEBUG] lua/nvimgdb/app.lua:333: 	{ "App:on_buf_enter" }
2023-08-30 17:45:00,563 [DEBUG] lua/nvimgdb/win.lua:86: 	{ "Win:is_jump_window_active" }
2023-08-30 17:45:00,563 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:46:53,143 [DEBUG] lua/nvimgdb/app.lua:346: 	{ "App:on_buf_leave" }
2023-08-30 17:46:53,143 [DEBUG] lua/nvimgdb/win.lua:86: 	{ "Win:is_jump_window_active" }
2023-08-30 17:46:53,143 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:46:53,144 [DEBUG] lua/nvimgdb/app.lua:333: 	{ "App:on_buf_enter" }
2023-08-30 17:46:53,144 [DEBUG] lua/nvimgdb/win.lua:86: 	{ "Win:is_jump_window_active" }
2023-08-30 17:46:53,144 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:46:57,745 [INFO] lua/nvimgdb.lua:145: 	{ "NvimGdb.on_vim_leave_pre" }
2023-08-30 17:46:57,745 [INFO] lua/nvimgdb.lua:104: 	{ "NvimGdb.cleanup",  tab = 1}
2023-08-30 17:46:57,745 [INFO] lua/nvimgdb.lua:282: 	{ "NvimGdb.global_cleanup" }
2023-08-30 17:46:57,745 [DEBUG] lua/nvimgdb/win.lua:53: 	{ "Win:unset_keymaps" }
2023-08-30 17:46:57,745 [DEBUG] lua/nvimgdb/win.lua:73: 	{ "Win:_has_jump_win" }
2023-08-30 17:46:57,745 [DEBUG] lua/nvimgdb/win.lua:99: 	{ "Win:_with_saved_win",  dispatch_keymaps = true,  func = <function 1>}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/keymaps.lua:111: 	{ "Keymaps:dispatch_unset" }
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/keymaps.lua:97: 	{ "Keymaps:_dispatch",  key = "unset_keymaps"}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:199: 	{ "Config:get_or",  key = "unset_keymaps",  val = <function 1>}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "unset_keymaps"}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/keymaps.lua:62: 	{ "Keymaps:unset" }
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_until"}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_continue"}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_next"}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_step"}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_finish"}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_breakpoint"}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_frameup"}
2023-08-30 17:46:57,746 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_framedown"}
2023-08-30 17:46:57,747 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_eval"}
2023-08-30 17:46:57,747 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_eval"}
2023-08-30 17:46:57,747 [DEBUG] lua/nvimgdb/config.lua:190: 	{ "Config:get",  key = "key_quit"}
2023-08-30 17:46:57,747 [DEBUG] lua/nvimgdb/app.lua:112: 	{ "App:cleanup",  tab = 1}

I hope it was the infos that you need. I can run lldb and no issues out of nvim. but can not work in nvim

from nvim-gdb.

sakhnik avatar sakhnik commented on May 11, 2024

The only thing that comes out of the logs is that your lldb crashed. But not much detail. What version are you using? Does it support Python scripting? What is output by lldb before crashing in the terminal window?

Please note that the test suite passes successfully in Darwin: https://github.com/sakhnik/nvim-gdb/actions/runs/5936435369/job/16096836435
Could you please take a look at what additional steps are done in the system to prepare to run the tests: utils/testenv_darwin.ply.
Do these steps change anything in the behaviour?

from nvim-gdb.

EdwardWong1994 avatar EdwardWong1994 commented on May 11, 2024

The version of lldb i used is lldb-1300.0.42.3. Swift version 5.5.2-dev
image

It support python scripting which can be shown in the figure:
image

I did not find any output by lldb because when i type <leader>dl, it automatically crushed.
image

from nvim-gdb.

sakhnik avatar sakhnik commented on May 11, 2024

I have no idea what could be wrong with lldb this time. Unless I'm able to reproduce it regularly. It looks like the issue is specific to your environment.

from nvim-gdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.