weiqifa@weiqifa-Inspiron-3847:~/weiqifa/new_tm100/tm100$ vim wmkkernel
weiqifa@weiqifa-Inspiron-3847:~/weiqifa/new_tm100/tm100$ find ./out/-iname vmlinux
./out/target/product/mid713l_lp_lvds/obj/KERNEL_OBJ/arch/arm/boot/compressed/vmlinux
./out/target/product/mid713l_lp_lvds/obj/KERNEL_OBJ/vmlinux
^C
weiqifa@weiqifa-Inspiron-3847:~/weiqifa/new_tm100/tm100$ gdb ./out/target/product/mid713l_lp_lvds/obj/KERNEL_OBJ/vmlinux /proc/
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.Type"show copying"and"show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".Type"show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type"help".Type"apropos word"to search for commands related to"word"...
Reading symbols from ./out/target/product/mid713l_lp_lvds/obj/KERNEL_OBJ/vmlinux...done."/proc/" is not a core dump: Is a directory
(gdb) l* tpd_down
0xc05ca0ac is in tpd_down (/home/weiqifa/weiqifa/new_tm100/tm100/kernel/mediatek/custom/out/kernel/touchpanel/mtk_gslX680.c:689).684685 }
686#endif687688void tpd_down( int id, int x, int y, int p)
689 {
690 print_info("============tpd_down id: %d, x:%d, y:%d============ \n", id, x, y);
691while(1);
692 input_report_key(tpd->dev, BTN_TOUCH, 1);
693 input_report_abs(tpd->dev, ABS_MT_TOUCH_MAJOR, 1);
(gdb)