Searched hist:"196 ab88d06ca479b6d6ab2ab974c1dd0c899a088" (Results 1 – 6 of 6) sorted by relevance
/haiku/src/bin/debug/profile/ |
H A D | SharedImage.cpp | 196ab88d06ca479b6d6ab2ab974c1dd0c899a088 Tue Apr 30 22:44:44 UTC 2013 Rene Gollent <anevilyak@gmail.com> Extend debug_create_symbol_lookup_context().
- debug_create_symbol_lookup_context() now takes an image ID parameter that can optionally be used to restrict the symbols it gathers to only those of the targeted image rather than the entire team, allowing for significantly more lightweight usage when the desired image is known. The previous behavior can still be obtained if desired by passing -1 as said ID.
- Adjust callers.
|
/haiku/src/kits/debug/ |
H A D | SymbolLookup.h | 196ab88d06ca479b6d6ab2ab974c1dd0c899a088 Tue Apr 30 22:44:44 UTC 2013 Rene Gollent <anevilyak@gmail.com> Extend debug_create_symbol_lookup_context().
- debug_create_symbol_lookup_context() now takes an image ID parameter that can optionally be used to restrict the symbols it gathers to only those of the targeted image rather than the entire team, allowing for significantly more lightweight usage when the desired image is known. The previous behavior can still be obtained if desired by passing -1 as said ID.
- Adjust callers.
|
H A D | SymbolLookup.cpp | 196ab88d06ca479b6d6ab2ab974c1dd0c899a088 Tue Apr 30 22:44:44 UTC 2013 Rene Gollent <anevilyak@gmail.com> Extend debug_create_symbol_lookup_context().
- debug_create_symbol_lookup_context() now takes an image ID parameter that can optionally be used to restrict the symbols it gathers to only those of the targeted image rather than the entire team, allowing for significantly more lightweight usage when the desired image is known. The previous behavior can still be obtained if desired by passing -1 as said ID.
- Adjust callers.
|
H A D | debug_support.cpp | 196ab88d06ca479b6d6ab2ab974c1dd0c899a088 Tue Apr 30 22:44:44 UTC 2013 Rene Gollent <anevilyak@gmail.com> Extend debug_create_symbol_lookup_context().
- debug_create_symbol_lookup_context() now takes an image ID parameter that can optionally be used to restrict the symbols it gathers to only those of the targeted image rather than the entire team, allowing for significantly more lightweight usage when the desired image is known. The previous behavior can still be obtained if desired by passing -1 as said ID.
- Adjust callers.
|
/haiku/headers/private/debug/ |
H A D | debug_support.h | 196ab88d06ca479b6d6ab2ab974c1dd0c899a088 Tue Apr 30 22:44:44 UTC 2013 Rene Gollent <anevilyak@gmail.com> Extend debug_create_symbol_lookup_context().
- debug_create_symbol_lookup_context() now takes an image ID parameter that can optionally be used to restrict the symbols it gathers to only those of the targeted image rather than the entire team, allowing for significantly more lightweight usage when the desired image is known. The previous behavior can still be obtained if desired by passing -1 as said ID.
- Adjust callers.
|
/haiku/src/servers/debug/ |
H A D | DebugServer.cpp | 196ab88d06ca479b6d6ab2ab974c1dd0c899a088 Tue Apr 30 22:44:44 UTC 2013 Rene Gollent <anevilyak@gmail.com> Extend debug_create_symbol_lookup_context().
- debug_create_symbol_lookup_context() now takes an image ID parameter that can optionally be used to restrict the symbols it gathers to only those of the targeted image rather than the entire team, allowing for significantly more lightweight usage when the desired image is known. The previous behavior can still be obtained if desired by passing -1 as said ID.
- Adjust callers.
|