aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/dump_stabs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/dump_stabs.h')
-rw-r--r--src/common/linux/dump_stabs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/linux/dump_stabs.h b/src/common/linux/dump_stabs.h
index 99a52854..fb69e596 100644
--- a/src/common/linux/dump_stabs.h
+++ b/src/common/linux/dump_stabs.h
@@ -29,7 +29,11 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// dump_stabs.h: A StabsHandler that populates a Module.
+// Original author: Jim Blandy <jimb@mozilla.com> <jimb@red-bean.com>
+
+// dump_stabs.h: Define the DumpStabsHandler class, which receives
+// STABS debugging information from a parser and adds it to a Breakpad
+// symbol file.
#ifndef COMMON_LINUX_DUMP_STABS_H__
#define COMMON_LINUX_DUMP_STABS_H__