debugger: swap cmd_up and cmd_down commands
Historically luadebug.lua used `up` and `down` in a strange order which was inherited from original debugger.lua implementation. But that was counter intuitive, and is confusing. Swap their meaning to be more compatible with that we accustomed in `gdb`/`lldb`. NO_DOC=internal
Showing
- changelogs/unreleased/gh-7790-cmd-up-down-swapped.md 4 additions, 0 deletionschangelogs/unreleased/gh-7790-cmd-up-down-swapped.md
- test/app-luatest/console_debugger_session_test.lua 4 additions, 4 deletionstest/app-luatest/console_debugger_session_test.lua
- third_party/lua/luadebug.lua 8 additions, 2 deletionsthird_party/lua/luadebug.lua
Please register or sign in to comment