haiku/headers/private/debugger
Augustin Cavalier 6a2d53e723 Debugger: Use BString::HashValue().
Previously BString::HashValue() had an identical hash to the one
in StringUtils::HashValue(), but now it uses hashdjb2, so this
means Debugger will now use that also.

Tested basic Debugger functionality, seems to still work.

Change-Id: Ia341daa56249967a494df46e6e0a69a74c8b5fe2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8266
Reviewed-by: Rene Gollent <rene@gollent.com>
2024-09-09 18:13:29 +00:00
..
arch Debugger: Remove needless explicit copy constructors. 2019-05-24 14:17:02 -04:00
controllers
debug_info Debugger: Fix regression introduced in hrev50534. 2016-11-22 23:06:09 -05:00
debug_managers
elf
files
ids
model Debugger: Rework parts of report generation. 2016-12-09 23:11:23 -05:00
settings libdebugger: Add string setting type. 2016-12-05 18:17:48 -05:00
source_language
target_host_interface
types Add (void*) casts to memcpy/memset invocations to appease GCC 8. 2019-05-24 14:21:37 -04:00
user_interface More class/struct mixup fixes. 2018-06-18 23:16:50 -04:00
util Debugger: Use BString::HashValue(). 2024-09-09 18:13:29 +00:00
value Debugger: Rework type handlers to allow for custom selection. 2018-02-04 14:13:01 -05:00
DebuggerGlobals.h
MessageCodes.h Debugger: Fix #14375, #12343. 2018-08-20 16:44:20 -04:00
Tracing.h