History log of /haiku/src/apps/debugger/user_interface/cli/commands/CliDumpMemoryCommand.h
Revision Date Author Comments
# 44daad61 12-Apr-2023 Zardshard <0azrune6@zard.anonaddy.com>

Debugger: improve command help text

Improve the help text of the db, dw, ds, dl, and string commands.

This is accomplished by
* Splitting CliDumpMemoryCommand into CliDumpMemoryCommand and
CliDumpStringCommand
* Moving code shared between the two into CliContext
* Removing functions in CliContext that were replaced by this movement
* Allowing customizing the help text for CliDumpMemoryCommand for each
command it represents
* Changing the help text for CliDumpStringCommand

Change-Id: If4f9e0c20f00f3e3d6c6769216fabb3160aea0a4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6332
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# af79919a 29-Oct-2014 Rene Gollent <rene@gollent.com>

Debugger: Adapt CliDumpMemoryCommand to new expression interface.

- CliDumpMemoryCommand now requests asynchronous expression evaluation
like the other users of expressions.


# 44646df4 04-Aug-2013 Rene Gollent <anevilyak@gmail.com>

Debugger: Move CLI commands into their own subdir.


# af79919aa9457b3c1e5de82c96195a8b830a68f2 29-Oct-2014 Rene Gollent <rene@gollent.com>

Debugger: Adapt CliDumpMemoryCommand to new expression interface.

- CliDumpMemoryCommand now requests asynchronous expression evaluation
like the other users of expressions.


# 44646df41675154a15580e956dde4d08b0a684fc 04-Aug-2013 Rene Gollent <anevilyak@gmail.com>

Debugger: Move CLI commands into their own subdir.