summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.h
diff options
context:
space:
mode:
authorOleksiy Vyalov <ovyalov@google.com>2015-06-14 15:17:26 -0700
committerNarayan Kamath <narayan@google.com>2015-06-17 09:16:09 +0100
commitf775bab533cd385c00ee30b56bdcb6f962fc5239 (patch)
treeec75c8e59ccb6c8ef0224ecec943d44bf7eca4e7 /compiler/optimizing/graph_visualizer.h
parented44919da8f7ab96117fd9d30b3fbfcd88f1433c (diff)
Set default visibility on art_sigsegv_fault.
libart.so is built with flag -fvisibility=protected which complicates setting breakpoints on art_sigsegv_fault. According to the GCC manual "Protected visibility indicates that the symbol will be placed in the dynamic symbol table, but that references within the defining module will bind to the local symbol.". This implies that a breakpoint on a protected symbol will not be hit. Without this change gdbclient with ART debugging enabled doesn't break at art_sigsegv_fault as expected. Change-Id: Ib73344e710966eddf55a6facb29558504a511f00
Diffstat (limited to 'compiler/optimizing/graph_visualizer.h')
0 files changed, 0 insertions, 0 deletions