I have a kernel dump from the user. The main program loads the selected plugins through dlopen. The process is interrupted in the plugin module. The user provided a backtrace that includes the plugin file name and the function in which it was interrupted.
dlopen
I need to look at data such as arguments passed to a function. How to tell gdb where the plugin was downloaded, so it can figure out how to show the source and data?
How to tell gdb where the plugin was downloaded so that it can figure out how to show the source and data?
GDB ( core).
core
, , , . . .
, . , . "" , . , , /method.
, , . dlopen , () , , .
bt, .
" ", , . , , gdb . , , . , . !
Source: https://habr.com/ru/post/1666027/More articles:Polymer and Elm vdom - elm inconsistenciesHow to run a custom task (other than validation or assembly) from keychord in VSCode? - visual-studio-codeSqlParameter DbType.Date → SqlDbType.DateTime Conversion - c #VBA - Outlook does not remove attachments - vbaКак отменить Promise.all() в Angular 2? - javascriptHow do you split a string at a specific point? - pythonPython - function similar to VLOOKUP (Excel) - pythonUnable to create array literal in spark / pyspark - apache-sparkPython pandas linear regression groupby - pythontoo many applications - oracleAll Articles