Debugger: Add Number class for expression usage

Operating Systems / Haiku - Rene Gollent [gollent.com] - 27 October 2014 10:52 UTC

- This class abstracts out the underlying type of a value, and handles all the basic mathematical logical operators accordingly. Replaces the MAPM type previously used for these respective operations.

1c6c5f3 Debugger: Add Number class for expression usage.
src/apps/debugger/Jamfile | 1 +
src/apps/debugger/types/Number.cpp | 1008 ++++++++++++++++++++++++++++++++++++
src/apps/debugger/types/Number.h | 56 ++
3 files changed, 1065 insertions(+)

Upstream: cgit.haiku-os.org


  • Share