index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sanitizer_common
/
sanitizer_symbolizer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Invalidate symbolizer module list from dlopen/dlclose interceptors
Francis Ricci
2017-09-26
1
-0
/
+4
*
[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...
Kuba Mracek
2017-01-06
1
-1
/
+3
*
tsan: describe heap/data locations in Go
Dmitry Vyukov
2016-03-01
1
-0
/
+1
*
[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...
Alexey Samsonov
2016-02-22
1
-1
/
+1
*
[Sanitizer] Get rid of PlatformGetListOfModules
Kuba Brecka
2015-04-09
1
-114
/
+0
*
[ASan] Unify handling of loaded modules between POSIX and Windows
Timur Iskhodzhanov
2015-04-06
1
-7
/
+44
*
[Sanitizer RT] Put the Symbolizer module name string ownership in order
Timur Iskhodzhanov
2015-03-31
1
-4
/
+30
*
Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizer
Kuba Brecka
2015-03-09
1
-9
/
+75
*
Symbolizer refactoring: Turn FillAddressAndModuleInfo into FillModuleInfo
Kuba Brecka
2015-03-03
1
-3
/
+1
*
Simplify Symbolizer::SymbolizePC() interface.
Alexey Samsonov
2014-12-02
1
-0
/
+48
*
[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().
Alexey Samsonov
2014-09-10
1
-11
/
+0
*
[Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.
Alexey Samsonov
2013-10-31
1
-0
/
+20
*
[Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's sugges...
Alexey Samsonov
2013-10-30
1
-11
/
+11
*
[Sanitizer] Revert r193501 and properly fix r193448
Alexey Samsonov
2013-10-28
1
-1
/
+1
*
Overhaul the symbolizer interface.
Peter Collingbourne
2013-10-25
1
-0
/
+43
*
[nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using...
Peter Collingbourne
2013-05-21
1
-453
/
+0
*
[sanitizer] Filtering in GetListOfModules.
Sergey Matveev
2013-05-14
1
-1
/
+2
*
[Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run loa...
Alexey Samsonov
2013-04-09
1
-1
/
+2
*
[asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lint
Kostya Serebryany
2013-04-09
1
-1
/
+1
*
[libsymbolized] If we can't find an address in the list of shared libraries, ...
Alexander Potapenko
2013-04-08
1
-1
/
+16
*
[Sanitizer] enquote the module name when passing it to external symbolizer
Alexey Samsonov
2013-04-05
1
-1
/
+1
*
tsan: fix build
Dmitry Vyukov
2013-03-19
1
-0
/
+2
*
tsan: symbolizer "flush caches" functinality
Dmitry Vyukov
2013-03-19
1
-0
/
+23
*
[Sanitizer] Don't die if external symbolizer is used on Mac, where it's not i...
Alexey Samsonov
2013-02-26
1
-3
/
+4
*
tsan: add IsSymbolizerAvailable() function for querying for presence of inter...
Dmitry Vyukov
2013-01-29
1
-0
/
+10
*
[Sanitizer] use stub InternalSymbolizer on platforms where we don't have weak...
Alexey Samsonov
2013-01-24
1
-5
/
+11
*
[Sanitizer] Add skeleton for InternalSymbolizer that can be used by providing...
Alexey Samsonov
2013-01-24
1
-0
/
+51
*
tsan: symbolize global variables
Dmitry Vyukov
2013-01-11
1
-88
/
+102
*
tsan: describe global vars (module+offset for now)
Dmitry Vyukov
2012-12-03
1
-0
/
+15
*
[Sanitizer] symbolizer: increase the maximal number of shared libraries to 16K
Alexey Samsonov
2012-10-17
1
-1
/
+2
*
[Sanitizer] remove unused field
Alexey Samsonov
2012-09-06
1
-6
/
+0
*
[Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*
Alexey Samsonov
2012-09-05
1
-5
/
+6
*
[Sanitizer] Support for reading inlined frames from llvm-symbolizer
Alexey Samsonov
2012-09-04
1
-45
/
+89
*
[Sanitizer] fix overloaded operator error
Alexey Samsonov
2012-08-31
1
-1
/
+1
*
[Sanitizer] Remove some calls to libc malloc from symbolizer
Alexey Samsonov
2012-08-31
1
-7
/
+7
*
[Sanitizer] Switch the symbolization strategy that would be used by sanitizer...
Alexey Samsonov
2012-08-23
1
-46
/
+181
*
[Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a ...
Alexey Samsonov
2012-07-31
1
-14
/
+9
*
[Sanitizer] When obtaining the data for loaded modules, add address ranges of...
Alexey Samsonov
2012-07-19
1
-4
/
+3
*
[Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...
Alexey Samsonov
2012-07-03
1
-71
/
+91
*
[Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for i...
Alexey Samsonov
2012-06-15
1
-20
/
+95
*
[Sanitizer] Allocator for internal runtime purposes. Currently it calls libcm...
Alexey Samsonov
2012-06-07
1
-9
/
+7
*
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
[Sanitizer_common] fix filenames in comments
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
temporary include stdlib.h in symbolizer to fix Mac/Win build
Alexey Samsonov
2012-06-01
1
-5
/
+1
*
Stub files for common symbolizer for AddressSanitizer and ThreadSanitizer tools.
Alexey Samsonov
2012-06-01
1
-0
/
+56