History log of /haiku-fatelf/src/apps/debugger/user_interface/util/UiUtils.cpp
Revision Date Author Comments
# cef640f7 19-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Fix missing line break.


# 9a4802db 18-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Add an indent parameter to DumpMemory().

- Adjust callers.


# 779b84b1 18-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Add memory dumping helper to UiUtils.

- Adapted from KDL's db/dw et al.


# 68359a73 18-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Fix missing newline in some cases.


# c56757fb 17-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Remove unnecessary frame parameter. Adjust callers.


# 94034393 11-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Ensure that node pointer is valid before traversing.


# 2f50903e 10-Dec-2012 Rene Gollent <anevilyak@gmail.com>

Factor out a PrintValueNodeGraph() helper from DebugReportGenerator.

- Intended to also be used by CLI to print variables there.


# 53342f94 22-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Factor out report name generation as a utility function.


# 3d09339d 22-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Added convenience formatting function for image types.


# 0aae2709 17-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Factor formatting utility functions out of RegistersView and
StackTraceView.


# 533a7376 23-Jul-2012 Ingo Weinhold <ingo_weinhold@gmx.de>

Debugger: Create UiUtils helper class

Currently only a method to get a description for a thread state lives
there (code pulled from ThreadListView).


# 53342f94c969443d6877b2b0bbfe35f4d7fb2d23 22-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Factor out report name generation as a utility function.


# 3d09339dddca2a6ab1959dba7c0c127b572297f8 22-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Added convenience formatting function for image types.


# 0aae2709deadaa34594c210455211a67df5c097c 17-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Factor formatting utility functions out of RegistersView and
StackTraceView.


# 533a73766d9c6c75e93fce67a16fa5c97a5a0b75 23-Jul-2012 Ingo Weinhold <ingo_weinhold@gmx.de>

Debugger: Create UiUtils helper class

Currently only a method to get a description for a thread state lives
there (code pulled from ThreadListView).