Right, I'm saying that

jmp function+offset (addr)           ; comment

is a separate issue that I don't want to touch right now.

Yeah, Greg and I talked about what to put to indicate "this function".  Like, 
literally we were thinking "this" at one point.  Greg suggested a function 
pointer, like "(*)", and then we shortened it to just "*".  But after a couple 
of days looking at output like

0x100032 <*+36>: jump addr             ; <*+36>

we were like, you know, the "*" isn't really necessary, we're just used to 
seeing something there.

I'm not opposed to putting something before the + -- I'm not sure what it 
should be.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7578

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to