下一个断点,在自己的进程运行起来之后断下,目的:通过lx-ps
查看该进程的pid
pwndbg> lx-ps
0xffffffc02a8f7000 2343 AsyncTask #1
0xffffffc02a8f3800 2345 ExecutorUtils
0xffffffc02d4dd400 2367 android_tese <<<<<<<<<<<
下断点,测试我在gdbstub64.c中将x1替换为了SP_EL0,后期再改,这里只实验是能获取current
b binder_poll if ((struct task_struct)(*$x1)).pid == 2367
b ep_ptable_queue_proc if ((struct task_struct)(*$x1)).pid == 2367
b remove_wait_queue if ((struct task_struct)(*$x1)).pid == 2367