2008-11-23 Dodji Seketeli * NEWS: updated this. 2008-11-23 Dodji Seketeli * src/persp/dbgperspective/nmv-dbg-perspective.cc: (DBGPerspective::set_breakpoint_using_dialog): Allow breakpoint setting even when we cannot get the current source editor. This should fix "#562024 - cannot set breakpoint sometimes." 2008-11-22 Dodji Seketeli * configure.ac: Bump version number to 0.6.4 * NEWS: Updated this for the upcoming 0.6.4 version. 2008-11-18 Dodji Seketeli * src/main.cc (process_command_line_non_gui): Rename this function into ... (process_non_gui_command_line): This one. (process_command_line): Rename this function into ... (process_gui_command_line): This one. Also, move the handling of the session purging from process_non_gui_command_line to here as this requires the workbench, debugging perspective and so the GUI. Yes that sucks. The session handling code should be moved outside of the perspective, but that's another story. For now, all we know is that we need the workbench to be created, if we want to be able to purge the sessions. session purging. This entry should fix the crash reported at #561287. 2008-11-18 Jonathon Jongsma * src/persp/dbgperspective/nmv-call-stack.cc: re-arrange the columns in the call stack view. was: Location, Function, Args now: Function, Args, Location 2008-11-12 Jonathon Jongsma * src/common/nmv-proc-utils.cc: * src/common/nmv-proc-utils.h: don't attempt to parse and return the real path of the executable, just examine the file and see if it looks like a libtool wrapper script * src/dbgengine/nmv-gdb-engine.cc: handle libtool wrapper scripts properly by executing gdb under `libtool --mode=execute` which will set the library path, etc for us as well instead of just executing gdb on the translated binary filename. Also handle libtool wrappers when loading core files (bug #554405) * tests/test-libtool-wrapper-detection.cc: update test to match changed API 2008-11-11 Dodji Seketeli * src/dbgengine/nmv-gdbmi-parser.cc,h (parse_running_async_output): New Entry point. Parses the new *running,thread-id="" out of band output record sent when the inferior is running. (parse_out_of_band_record): Use parse_running_async_output() here. * tests/test-gdbmi.cc: Add new tests for the new support of running async output record. This should close bug #560377. 2008-11-02 Dodji Seketeli * src/persp/dbgperspective/nmv-dbg-perspective.cc: (DBGPerspective::on_debugger_breakpoint_deleted_signal): If we received this signal as part of process of executing a program, do not bother. This entry should fix bug #555733. 2008-11-02 Dodji Seketeli * src/common/nmv-log-stream.cc: Store the allowed domain names in instances of std::string instead of char*. This should help fix a buglet where LOG() did stop working. 2008-11-02 Dodji Seketeli * src/persp/dbgperspective/nmv-dbg-perspective.cc: Make the terminal use the same font as the one specified on the preferences. * src/uicommon/nmv-terminal.cc b/src/uicommon/nmv-terminal.cc,h: Allow the terminal to be set a new font. This entry is a patch from Christophe Fergeau . It should close bug #555732. 2008-10-04 Dodji Seketeli * Makefile.am: Fixlets in the announcement text. ========= 0.6.3 released ==================