* Add stack variable lookup from DWARF debug info
* Add get_stack_var_name to Process API
* Implement get_stack_var_name for GDB
* Implement get_stack_var_name for LLDB
* Display stack variable names in memory view
* Fix linter issue
* Catch RuntimeError for stripped binaries
* Skip stack vars without address
* check prefix is not None instead of truthy
* fix accidental spacing
* address review feedback, adjust test regex, and introduce new test
* fix newlines
* fix lldb init
* facepalm
* Remove frame caching, remove import cache, and remove frame_pc parameter
* Remove frame caching, remove import cache, and remove frame_pc parameter
* Remove test from gdb
* Add caching for get_stack_var_name
* Remove unneeded variable
* Add comments explaining errors
* Add comments, not using the web editor...
* Update test for PR #3457
* revert test name
* fix test, match new schema to work on all architectures
* update test name back
* lldb tests fixy
* just rerunning tests, had http 500 errors
---------
Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>