22 Commits

Author SHA1 Message Date
jkalmbach 020706a297 Aligned stackwalker.h include to be the first in stackwalker.cpp 2018-07-21 11:46:47 +02:00
Matthieu Longo 0561ee5c30 Reformatting code using clang-format 2018-07-11 16:47:00 +02:00
Matthieu Longo f1d001ca09 Replace tabulation by spaces and remove trailing white spaces 2018-07-11 16:32:31 +02:00
Matthieu Longo 94298fdf7b fix spelling 2018-07-11 16:32:22 +02:00
Domenico Albani 37afaa85b5 Added tests and comments for ShowObject 2018-05-31 13:47:07 +02:00
Domenico Albani 773327c3d6 added ShowObject 2018-05-29 13:32:11 +02:00
Jochen Kalmbach 8ad0f01228 Added _TRUNCATE to _snprint_s 2018-03-01 11:05:45 +01:00
jkalmbach 9038915cdd Bu sure all strings are NUL-terminated (solves #8) 2018-02-03 10:15:49 +01:00
jkalmbach ede557da2c VC2015 Support 2016-12-30 10:59:00 +01:00
jkalmbach 9f84e9c519 Added comment for x64/x86 cross-process targets in Context 2015-10-25 14:52:11 +01:00
jkalmbach 1b711b2777 Fixed Bug of not working on XP anymore... now only uses GetThreadId, if SDK supports it 2014-11-21 17:18:57 +01:00
jkalmbach c32f527bd0 MyStrCpy now also works for older compilers 2014-09-15 13:23:23 +02:00
jkalmbach 515b54fc9f Renamed "GET_CURRENT_CONTEXT" to "GET_CURRENT_CONTEXT_STACKWALKER_CODEPLEX" to prevent duplicate defines
See https://stackwalker.codeplex.com/discussions/283109
Thanks to elmarcel
2014-09-14 21:29:02 +02:00
jkalmbach d3b0d3d284 Fixed bug in ShowCallstack if context must be generated for current thread
See: https://stackwalker.codeplex.com/discussions/446958
Thanks to cavalier3024
2014-09-14 21:24:29 +02:00
jkalmbach b3d9244d75 sizeof syntax corrected
See: https://stackwalker.codeplex.com/discussions/270421
Thanks to GisleVanem
2014-09-14 21:21:05 +02:00
jkalmbach 8944b6d1f0 Bugfix for: "Bug in MyStrCpy"
https://stackwalker.codeplex.com/workitem/10512
Thanks to alippai
2014-09-14 21:13:17 +02:00
jkalmbach_cp 573a5b1ff3 Year corrected 2013-01-07 02:53:17 -08:00
jkalmbach_cp 0fa608a979 VC6 Error solved (strc(n)py_s) 2013-01-07 02:48:07 -08:00
jkalmbach_cp de43c6b8e9 "Runtime Check Error VS2010 Debug Builds" fixed 2013-01-07 02:38:31 -08:00
jkalmbach_cp 84e44c3c1b Add strcpy repalced throu "MyStrCpy" / Added VS2010 project files 2011-05-18 23:19:18 -07:00
jkalmbach_cp d495ccfe52 Now ttry to use IMAGEHLP_MODULE64_V3 if available 2009-11-02 05:55:08 -08:00
jkalmbach_cp 32cb8954b9 First Version on Codeplex (from http://blog.kalmbachnet.de/files/LeakFinder-RC9.zip) 2009-11-01 14:16:11 -08:00