Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-developer:debugging [2018/02/17 17:21] – ↷ Page moved from doc:devel:debugging to docs:guide-developer:debugging bobafetthotmaildocs:guide-developer:debugging [2018/03/31 23:23] (current) – ↷ Links adapted because of a move operation bobafetthotmail
Line 3: Line 3:
  
 ===== Serial Port ===== ===== Serial Port =====
--> [[doc:hardware:port.serial]]+-> [[docs:techref:hardware:port.serial]]
  
 ===== JTAG ===== ===== JTAG =====
--> [[doc:hardware:port.jtag]]+-> [[docs:techref:hardware:port.jtag]]
  
 ===== GDB ===== ===== GDB =====
-:!: -> [[doc:devel:gdb]] a very short introduction on the GNU Debugger+:!: -> [[docs:guide-developer:gdb]] a very short introduction on the GNU Debugger
  
 ===== perf/oprofile cpu profiling ===== ===== perf/oprofile cpu profiling =====
Line 134: Line 134:
 Note, if you just want to build a single package unstripped, try, "make package/foo/compile STRIP=true" Note, if you just want to build a single package unstripped, try, "make package/foo/compile STRIP=true"
 Also, unstripped binaries are placed in "staging_dir/target-*/root-*/" where your host side tools can use them.  (Remember, gdbserver can attach to the stripped binary, while gdb loads the unstripped binary) Also, unstripped binaries are placed in "staging_dir/target-*/root-*/" where your host side tools can use them.  (Remember, gdbserver can attach to the stripped binary, while gdb loads the unstripped binary)
-see [[doc:devel:gdb]]+see [[docs:guide-developer:gdb]]
  
 Alternatively: You can add or modify "Custom Target Options" like add "-g3 -ggdb3" Alternatively: You can add or modify "Custom Target Options" like add "-g3 -ggdb3"
  • Last modified: 2018/02/17 17:21
  • by bobafetthotmail