aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor
diff options
context:
space:
mode:
authorjessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-06-21 18:34:01 +0000
committerjessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-06-21 18:34:01 +0000
commitdf33e47bb4b364f51722597086dcb2dcdf4ac27d (patch)
tree73914e0af19c988c58ff7d5ba9ab78b5cb777bf8 /src/google_breakpad/processor
parentAdd some headers necessary to build the Linux client code with the Android ND... (diff)
downloadbreakpad-df33e47bb4b364f51722597086dcb2dcdf4ac27d.tar.xz
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
Diffstat (limited to 'src/google_breakpad/processor')
-rw-r--r--src/google_breakpad/processor/network_source_line_resolver.h7
1 files changed, 5 insertions, 2 deletions
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|.