Files
mesa/src/util
Kristian H. Kristensen 5ae7098eba gallium/android: Rewrite backtrace helper for android
The previous implementation kept a hashtable of a Backtrace object per
thread.  debug_backtrace_capture is supposed to store a backtrace in
the passed in debug_stack_frame array, but instead overwrote the
per-thread Backtrace object.

This new version works more like the libunwind based capture. We hash
the file and symbol names and store pointers in the debug_stack_frame
struct.  This way debug_backtrace_capture doesn't overwrite previous
captures or allocate memory that needs to be freed.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112>
2020-08-05 18:08:06 +00:00
..
2019-10-10 16:33:04 -07:00
2019-08-08 22:02:54 +01:00
2018-10-10 13:13:12 -05:00
2020-06-03 10:34:22 +00:00
2019-09-19 19:56:22 +00:00
2019-03-11 13:13:52 -07:00
2019-03-11 13:13:52 -07:00
2019-08-02 18:38:52 +01:00
2020-05-25 19:41:09 +00:00
2020-05-26 22:31:31 +00:00
2019-09-06 00:45:11 +00:00
2017-11-09 11:57:21 +01:00
2020-04-15 21:10:11 +00:00
2020-04-21 11:09:03 -07:00
2019-05-31 19:14:30 +02:00
2017-09-03 09:05:23 +01:00
2019-03-14 22:41:08 +00:00
2020-05-26 22:31:31 +00:00
2020-05-13 23:36:44 +00:00
2020-05-13 23:36:44 +00:00