haiku/src/apps/debugger/model
Stephan Aßmus 5147963dcd headers/private/kernel/util/OpenHashTable.h, Hugo's version, is a bit nicer than
Tracker's OpenHashTable.h which it should eventually replace. We've renamed the
class to BOpenHashTable and changed the interface slightly so that HashTableLink
became superfluous.
Adapted all the code that used it. Since the OpenHashTables no longer clash,
this should fix the GCC4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31791 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-07-27 00:39:12 +00:00
..
Breakpoint.cpp Very much work in progress, not in a particularly working state. Haiku munged 2009-07-07 20:47:39 +00:00
Breakpoint.h * Since disassembled code is actually function instance specific, 2009-07-11 00:05:26 +00:00
DisassembledCode.cpp * Removed no longer needed workaround for mouse wheel messages (thanks Axel!). 2009-07-15 12:52:18 +00:00
DisassembledCode.h * Removed no longer needed workaround for mouse wheel messages (thanks Axel!). 2009-07-15 12:52:18 +00:00
FileSourceCode.cpp * Removed no longer needed workaround for mouse wheel messages (thanks Axel!). 2009-07-15 12:52:18 +00:00
FileSourceCode.h * Removed no longer needed workaround for mouse wheel messages (thanks Axel!). 2009-07-15 12:52:18 +00:00
Image.cpp Very much work in progress, not in a particularly working state. Haiku munged 2009-07-07 20:47:39 +00:00
Image.h * Made FunctionID abstract. There are now two implementing subclasses, 2009-07-24 02:35:30 +00:00
ImageInfo.cpp * Extended ImageInfo and Image so they know the image type. 2009-07-03 14:23:19 +00:00
ImageInfo.h * Made FunctionID abstract. There are now two implementing subclasses, 2009-07-24 02:35:30 +00:00
SourceCode.cpp * Finished the transformation of the SourceCode interface: 2009-07-10 00:08:45 +00:00
SourceCode.h * Removed no longer needed workaround for mouse wheel messages (thanks Axel!). 2009-07-15 12:52:18 +00:00
StackFrame.cpp * Worker: 2009-07-18 23:52:16 +00:00
StackFrame.h * Worker: 2009-07-18 23:52:16 +00:00
StackFrameValues.cpp headers/private/kernel/util/OpenHashTable.h, Hugo's version, is a bit nicer than 2009-07-27 00:39:12 +00:00
StackFrameValues.h headers/private/kernel/util/OpenHashTable.h, Hugo's version, is a bit nicer than 2009-07-27 00:39:12 +00:00
StackTrace.cpp Moved several classes into new "model" subdir. 2009-06-20 18:17:48 +00:00
StackTrace.h Moved several classes into new "model" subdir. 2009-06-20 18:17:48 +00:00
Statement.cpp Very much work in progress, not in a particularly working state. Haiku munged 2009-07-07 20:47:39 +00:00
Statement.h Very much work in progress, not in a particularly working state. Haiku munged 2009-07-07 20:47:39 +00:00
SymbolInfo.cpp * Extended ImageInfo and Image so they know the image type. 2009-07-03 14:23:19 +00:00
SymbolInfo.h * Extended ImageInfo and Image so they know the image type. 2009-07-03 14:23:19 +00:00
Team.cpp * Made FunctionID abstract. There are now two implementing subclasses, 2009-07-24 02:35:30 +00:00
Team.h * Made FunctionID abstract. There are now two implementing subclasses, 2009-07-24 02:35:30 +00:00
TeamMemory.cpp Pulled interface TeamMemory out of DebuggerInterface to make the arch and model 2009-06-26 00:39:23 +00:00
TeamMemory.h Pulled interface TeamMemory out of DebuggerInterface to make the arch and model 2009-06-26 00:39:23 +00:00
Thread.cpp * Extended ImageInfo and Image so they know the image type. 2009-07-03 14:23:19 +00:00
Thread.h * Extended ImageInfo and Image so they know the image type. 2009-07-03 14:23:19 +00:00
ThreadInfo.cpp Moved several classes into new "model" subdir. 2009-06-20 18:17:48 +00:00
ThreadInfo.h Moved several classes into new "model" subdir. 2009-06-20 18:17:48 +00:00
Type.cpp * Added class ValueLocation to represent a location of a value on the target 2009-07-17 01:54:43 +00:00
Type.h * Added class ValueLocation to represent a location of a value on the target 2009-07-17 01:54:43 +00:00
TypeComponentPath.cpp * Worker: 2009-07-18 23:52:16 +00:00
TypeComponentPath.h * Worker: 2009-07-18 23:52:16 +00:00
UserBreakpoint.cpp * Made FunctionID abstract. There are now two implementing subclasses, 2009-07-24 02:35:30 +00:00
UserBreakpoint.h * Made FunctionID abstract. There are now two implementing subclasses, 2009-07-24 02:35:30 +00:00
Variable.cpp * Worker: 2009-07-18 23:52:16 +00:00
Variable.h * Worker: 2009-07-18 23:52:16 +00:00