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
/
stackwalker_x86.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow setting a limit on the number of frames to be recovered by stack scanning.
ted.mielczarek@gmail.com
2013-08-19
1
-3
/
+6
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
1
-1
/
+1
*
Refactor the logic of resolving source line info into helper class.
SiyangXie@gmail.com
2012-10-10
1
-15
/
+15
*
Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...
ted.mielczarek
2010-10-01
1
-13
/
+0
*
Fix include paths to be consistent with rest of project
nealsid
2010-04-28
1
-1
/
+1
*
Breakpad: Add minidump processor support for DWARF Call Frame Information.
jimblandy
2010-03-16
1
-0
/
+16
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Breakpad processor: Segregate STACK WIN vs. traditional stack walking.
jimblandy
2010-02-05
1
-2
/
+19
*
Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference.
jimblandy
2010-02-05
1
-2
/
+2
*
Breakpad processor: Don't pass Windows stack walking information to all walkers.
jimblandy
2010-01-14
1
-4
/
+3
*
Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...
jimblandy
2009-12-23
1
-1
/
+1
*
Let x86 stackwalker scan stack in cases where program evaluation fails. Origi...
ted.mielczarek
2009-10-08
1
-0
/
+13
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
1
-5
/
+5
*
Communicate OS and CPU to SymbolSupplier (#107). r=bryner
mmentovai
2007-01-10
1
-1
/
+2
*
Add an abstract interface to SourceLineResolver, and allow any implementation
bryner
2006-12-11
1
-1
/
+2
*
Module API (#32). r=waylonis, bryner
mmentovai
2006-12-05
1
-4
/
+3
*
Move headers for exported interfaces into src/google_airbag (#51). r=bryner
mmentovai
2006-11-06
1
-3
/
+3
*
Fix minor style problems (#58). r=bryner
mmentovai
2006-10-25
1
-2
/
+2
*
Make stack_frame_info vector hold linked_ptrs instead of objects;
mmentovai
2006-10-23
1
-1
/
+3
*
Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.
mmentovai
2006-10-20
1
-5
/
+5
*
ppc stackwalker (#30). r=bryner
mmentovai
2006-09-25
1
-13
/
+8
*
Relicense to BSD (#29). r=bryner
mmentovai
2006-09-20
1
-10
/
+25
*
Follow-up to #26: get rid of supplier_data, it's not really needed since
bryner
2006-09-20
1
-2
/
+1
*
Get rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor
bryner
2006-09-19
1
-1
/
+1
*
Add support to the StackWalker for resolving symbols, using a
bryner
2006-09-08
1
-2
/
+4
*
Conform to style guidelines.
mmentovai
2006-09-07
1
-22
/
+22
*
Conform to style guidelines: methods overriding virtual methods should also b...
mmentovai
2006-09-06
1
-2
/
+2
*
Initial implementation of x86 stackwalker (#9). r=bryner
mmentovai
2006-09-06
1
-0
/
+68