commit | b95b51f5ace3e758f7ea756dafa06a880bb57d0e | [log] [tgz] |
---|---|---|
author | Evgeny Eltsin <eaeltsin@google.com> | Fri Aug 17 15:28:21 2012 |
committer | Evgeny Eltsin <eaeltsin@google.com> | Fri Aug 17 15:28:21 2012 |
tree | 2faeaa26c2575b5ce30d8f42a9702fcaaaeeef65 | |
parent | 1e4c87f09c09cfd81f3ec86ef7059fbed7aca708 [diff] |
Detect NaCl osabi from objfile This is needed to obtain correct gdbarch structure when doing get_objfile_arch. In particular, with correct gdbarch structure GDB calls correct gdbarch_skip_prologue hook when setting breakpoints on function start. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2898 Review URL: https://chromiumcodereview.appspot.com/10829380