haiku/headers/os/support
Alex Smith c3f0fd28cd Fixed formatting of output in some debugger commands.
Currently all debugger commands assume 32-bit pointers when formatting their
output. This means that on x86_64 the output is incorrectly formatted. Fixed
this by adding a B_PRINTF_POINTER_WIDTH definition (16 on 64-bit, 8 on
32-bit), and using this to correctly format the output. Not all commands have
been fixed yet, but all VM, slab, VFS, team, thread and image commands should
be correct.
2012-07-12 11:29:33 +01:00
..
Archivable.h In BUnarchiver::IsInstantiated(), catch a possible NULL dereference, make archive parameter to BUnarchiver::IsArchiveManaged() const. 2010-07-26 08:02:33 +00:00
Autolock.h * Fixed indentation. 2009-09-30 12:36:21 +00:00
Beep.h * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now; 2007-01-26 16:36:29 +00:00
BlockCache.h * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now; 2007-01-26 16:36:29 +00:00
BufferIO.h Updated header indentation, no functional change. 2010-08-18 10:38:30 +00:00
BufferedDataIO.h Added unimplemented copy constructor. 2011-11-21 23:57:19 +01:00
ByteOrder.h Patch by Scott: 2008-11-10 23:50:42 +00:00
ClassInfo.h * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now; 2007-01-26 16:36:29 +00:00
DataIO.h Updated indentation and style. 2010-08-18 10:59:56 +00:00
DateTime.h Moved Easter holidays methods to a Holiday class, an hopefully better place. 2011-01-05 18:00:31 +00:00
Debug.h Made _debuggerAssert()'s "message" parameter const. Fixes building with gcc4. 2009-04-30 12:21:20 +00:00
Errors.h Define B_GENERAL_ERROR_BASE to INT_MIN instead of LONG_MIN. On 32 bit 2010-04-07 18:49:04 +00:00
Flattenable.h * Cleanup. 2010-11-29 19:39:13 +00:00
List.h * Code and header indentation cleanup 2009-12-06 12:44:38 +00:00
Locker.h * Cleanup. 2010-04-13 13:36:53 +00:00
ObjectList.h Add MoveItem method to easily move a item within a list. Fix line limit. 2011-07-24 23:49:30 +00:00
StopWatch.h * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now; 2007-01-26 16:36:29 +00:00
String.h BString::Private class to access BString internals 2011-11-25 06:19:45 +01:00
StringList.h Style and performance fixes. Thanks Ingo and Stephan. 2011-12-17 14:36:36 +13:00
SupportDefs.h Fixed formatting of output in some debugger commands. 2012-07-12 11:29:33 +01:00
TLS.h * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now; 2007-01-26 16:36:29 +00:00
TypeConstants.h Make BStringList derive from BFlattenable. The implementation is more or less copied from the mail version to stay compatible. Fix IndexOf which 2011-12-15 19:45:06 +13:00
UTF8.h Refactoring of 8-bit encodings support. 2011-11-13 13:17:38 +01:00
parsedate.h * Rewrote headers as necessary; only Errors.h and Debug.h still originate from a Be header now; 2007-01-26 16:36:29 +00:00