From df33e47bb4b364f51722597086dcb2dcdf4ac27d Mon Sep 17 00:00:00 2001 From: "jessicag.feedback@gmail.com" Date: Tue, 21 Jun 2011 18:34:01 +0000 Subject: Delete OS failing test cases and note failure in relevant .h file. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@791 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/google_breakpad/processor/network_source_line_resolver.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/google_breakpad/processor') diff --git a/src/google_breakpad/processor/network_source_line_resolver.h b/src/google_breakpad/processor/network_source_line_resolver.h index 138b2f56..9827d555 100644 --- a/src/google_breakpad/processor/network_source_line_resolver.h +++ b/src/google_breakpad/processor/network_source_line_resolver.h @@ -36,6 +36,9 @@ // See network_source_line_server.h for a description of the protocol used. // An implementation of the server side of the protocol is provided there // as NetworkSourceLineServer. +// +// Note the network_source_line resolver can only properly load certain +// stack frame elements in a limited number of environments (Windows and CFI). #ifndef GOOGLE_BREAKPAD_PROCESSOR_NETWORK_SOURCE_LINE_RESOLVER_H__ #define GOOGLE_BREAKPAD_PROCESSOR_NETWORK_SOURCE_LINE_RESOLVER_H__ @@ -69,7 +72,7 @@ class NetworkSourceLineResolver : public SourceLineResolverInterface, NetworkSourceLineResolver(NetworkInterface *net, int wait_milliseconds); virtual ~NetworkSourceLineResolver(); - + // SourceLineResolverInterface methods, see source_line_resolver_interface.h // for more details. @@ -153,7 +156,7 @@ class NetworkSourceLineResolver : public SourceLineResolverInterface, kCFIFrameInfo = 1, } FrameInfoType; FrameInfoCache frame_info_cache_[2]; - + // Send a message to the server, wait a certain amount of time for a reply. // Returns true if a response is received, with the response data // in |response|. -- cgit v1.2.1