index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
processor
/
basic_source_line_resolver.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use strtok_s for mingw builds
ted.mielczarek@gmail.com
2015-08-20
1
-0
/
+2
*
Adding stricter validation checks to various symbol parser functions.
ivan.penkov@gmail.com
2013-09-25
1
-79
/
+190
*
Handle block helper functions in Breakpad symbol parser. Block helper functi...
ivan.penkov@gmail.com
2013-09-19
1
-2
/
+9
*
Detect corrupt symbol files during minidump processing. Recover from the err...
ivan.penkov@gmail.com
2013-07-11
1
-32
/
+68
*
Fix some more Win32 compat issues in processor code
ted.mielczarek@gmail.com
2013-03-06
1
-0
/
+5
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
1
-6
/
+6
*
Remove unnecessary #include unistd.h
ted.mielczarek@gmail.com
2013-03-01
1
-1
/
+0
*
Restrict ownership of symbol data buffers to symbol supplier.
SiyangXie@gmail.com
2010-11-01
1
-5
/
+0
*
Refactor source line resolver, add interface in supplier and resolver.
SiyangXie@gmail.com
2010-10-07
1
-360
/
+24
*
Make dump_syms output an INFO CODE_ID line that includes the code file and co...
ted.mielczarek
2010-10-05
1
-0
/
+4
*
Fix memory leak in BasicSourceLineResolver::UnloadModule
ted.mielczarek
2010-08-27
1
-0
/
+2
*
Fix for uninitialized variable in basic_source_line_resolver.cc
nealsid
2010-05-13
1
-1
/
+1
*
provide a network source line resolver + server. r=mark,jimb at http://breakp...
ted.mielczarek
2010-04-08
1
-166
/
+99
*
Breakpad: Add minidump processor support for DWARF Call Frame Information.
jimblandy
2010-03-16
1
-2
/
+126
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Breakpad processor: Move STACK WIN record parsing into its own function.
jimblandy
2010-02-05
1
-29
/
+39
*
Breakpad processor: Give Windows stack data Windows-specific names.
jimblandy
2010-02-05
1
-26
/
+30
*
Breakpad processor: Fix function and public symbol lookup.
jimblandy
2010-01-28
1
-3
/
+3
*
Breakpad processor: Opening a map file is not an error.
jimblandy
2010-01-13
1
-1
/
+1
*
Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...
jimblandy
2010-01-11
1
-60
/
+72
*
Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...
jimblandy
2009-12-23
1
-13
/
+13
*
Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.
jimblandy@gmail.com
2009-09-03
1
-13
/
+0
*
Fix memory leak when using the basic source line resolver, plus the optimizat...
nealsid
2009-04-22
1
-9
/
+11
*
Modify symbol supplier interface to support an overload that takes a symbol d...
nealsid
2009-02-19
1
-24
/
+124
*
Allow Breakpad processor library to build on Solaris with the native Sun
mmentovai
2007-09-26
1
-0
/
+13
*
Add logging to minidump processor (#82). Part 2: add messages to the rest of
mmentovai
2007-05-21
1
-8
/
+48
*
Ignore functions that have invalid addresses or sizes, instead of aborting the
bryner
2007-03-22
1
-9
/
+9
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
1
-5
/
+5
*
Add an abstract interface to SourceLineResolver, and allow any implementation
bryner
2006-12-11
1
-0
/
+561