ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.pod
(Generate patch)

Comparing libecb/ecb.pod (file contents):
Revision 1.51 by root, Thu Jul 19 18:08:58 2012 UTC vs.
Revision 1.52 by root, Sun Sep 23 22:32:33 2012 UTC

305functions only called in exceptional or rare cases. 305functions only called in exceptional or rare cases.
306 306
307=item ecb_artificial 307=item ecb_artificial
308 308
309Declares the function as "artificial", in this case meaning that this 309Declares the function as "artificial", in this case meaning that this
310function is not really mean to be a function, but more like an accessor 310function is not really meant to be a function, but more like an accessor
311- many methods in C++ classes are mere accessor functions, and having a 311- many methods in C++ classes are mere accessor functions, and having a
312crash reported in such a method, or single-stepping through them, is not 312crash reported in such a method, or single-stepping through them, is not
313usually so helpful, especially when it's inlined to just a few instructions. 313usually so helpful, especially when it's inlined to just a few instructions.
314 314
315Marking them as artificial will instruct the debugger about just this, 315Marking them as artificial will instruct the debugger about just this,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines