Skip to content

Commit

Permalink
Merge pull request #284 from lauraxt/skiplist_2.4.1
Browse files Browse the repository at this point in the history
Skiplist 2.4.1
  • Loading branch information
lonnen committed Jan 18, 2012
2 parents f0a41a2 + b2b26ed commit 4a78ef1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion scripts/config/processorconfig.py.dist
Expand Up @@ -129,14 +129,15 @@ irrelevantSignatureRegEx.default = '|'.join([
'linux-gate\.so@0x.*',
'libdvm\.so\s*@\s*0x.*',
'dalvik-LinearAlloc\s*@0x.*',
'dalvik-heap\s*@0x.*',
'dalvik-heap',
'data@app@org\.mozilla\.fennec-1\.apk@classes\.dex@0x.*',
'libc\.so@.*',
'libEGL\.so@.*',
'libc-2\.5\.so@.*',
'RtlpAdjustHeapLookasideDepth',
'google_breakpad::ExceptionHandler::HandleInvalidParameter.*',
'libicudata.so@.*',
'_ZdlPv',
])

prefixSignatureRegEx = cm.Option()
Expand Down Expand Up @@ -209,6 +210,25 @@ prefixSignatureRegEx = '|'.join([
'JNI_CreateJavaVM',
'dvmStringLen',
'(libxul\.so|xul\.dll|XUL)@0x.*',
'_VEC_memzero',
'arena_malloc_small',
'arena_ralloc',
'arena_run_reg_alloc',
'arena_run_tree_insert',
'ialloc',
'isalloc',
'moz_xreallocx',
'arena_malloc',
'arena_run_reg_dalloc',
'arena_run_dalloc',
'je_malloc',
'je_realloc',
'_JNIEnv::CallObjectMethod',
'kill',
'raise',
'sigprocmask',
'sigblock',
'setjmp',
])

signaturesWithLineNumbersRegEx = cm.Option()
Expand Down

0 comments on commit 4a78ef1

Please sign in to comment.