Author: dodji
Date: 2007-12-26 18:52:46 +0000 (Wed, 26 Dec 2007)
New Revision: 670
ViewCVS link: http://svn.gnome.org/viewcvs/nemiver?rev=670&view=rev

Modified:
   trunk/ChangeLog
   trunk/src/dbgengine/nmv-gdb-engine.cc
   trunk/src/dbgengine/nmv-gdb-engine.h
   trunk/src/dbgengine/nmv-i-debugger.h
   trunk/src/persp/dbgperspective/nmv-memory-view.cc
   trunk/src/uicommon/nmv-hex-document.cc
   trunk/src/uicommon/nmv-hex-document.h
Log:
memory editing and register related cleanups.

        * src/dbgengine/nmv-i-debugger.h: in the registers and memory
          manipulation signals, use const references to pass parameters
          that are containers. Otherwise, they are passed by copy and that
          is bad.
        * src/dbgengine/nmv-gdb-engine.h,cc: progragated this change
          over here.
        * src/persp/dbgperspective/nmv-memory-view.cc: ditto. Constified
          the a_values parameter of MemoryView::Priv::on_memory_read_response() 
signal
          handler. Same to MemoryView::Priv::set_data().
        * src/uicommon/nmv-hex-document.cc: constified the data parameter
          of the Document::set_data() method.


_______________________________________________
SVN-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Reply via email to