[nemiver] Created tag nemiver-0.8.0
- From: Dodji Seketeli <dodji src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver] Created tag nemiver-0.8.0
- Date: Sat, 22 Jan 2011 18:13:59 +0000 (UTC)
The unsigned tag 'nemiver-0.8.0' was created.
Tagger: Dodji Seketeli <dodji seketeli org>
Date: Tue Oct 19 15:46:31 2010 +0200
nemiver release 0.8.0
Changes since the last tag 'nemiver-0.7.3':
Andrej ŽnidarÅ¡iÄ? (11):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Bruno Brouard (4):
Updated French translation
Updated French translation
New french doc translation
Updated doc french translation
Christian Kirbach (1):
Updated German translation
Christophe Augier (1):
Properly initialize RegistersView (Closes: #622796)
Claude Paroz (2):
Add gettext/glade prefix to .ui files in POTFILES.in
Fix glade prefix in POTFILES.in
Dodji Seketeli (137):
Updated configure.ac for 0.7.4
Display "source file not found" error msg only once (Closes: #604436)
Fix build with gcc 4.5
Disallow impossible BP actions (Closes: #607782)
Avoid READY state once detached (Closes: #419504)
Be mercyful with empty noteboks
Find dialog is no more modal
Fix runtestvarwalker hang
Style cleanups.
Skip unknown output records.
Second attempt at fixing testvarwalker
Add disassembling backend support
Started preparing SourceEditor for asm support
New Address type.
More functions to common::str_utils namespace
Const-ify some parms in IDebugger.
Iron out the disassembling interface
March towards composite SourceEditor
Start preping debug perspective to ask for disassembly
ASM <-> Source code switching preliminary support
Support original-location attr on pending breakpoints.
Add new range type
Update the Address type
Rename the IDebugger::BreakPoint into IDebugger::Breakpoint
Fix disassembling implementation.
Fix parsing empty asm instrs list.
Support disassembly and switching to/from asm view
Detect when a string is a number
Add proper streaming operators for asm insns
Backend support for mixed src/asm disassembly
Clean up Address type and adjust client code
Initial front end support of mixed asm/src mode
Adjust test-disassemble.cc after Asm type change.
Be more liberal when parsing asm instrs
Show source code lines in mixed asm/src mode
Support asm single stepping
Don't clear search dir paths when restarting the inferior
refactor session cleaning actions for new inferior
Debugger preference dialog cleanup
Make sure Addresses are valid
Validate decimal and hexa numbers
Support BP setting to an address
Flag pending breakpoints as such
Support mixed asm insns with empty insn list
Fix mixed asm handling
Fix a thinko
Avoid printing unnecessary error messages
Fix address overflowing during disassembling
Better handling of frame setting.
Do not try to unmonitor disassembly content.
Support follow-fork-mode setting (Closes: #581377)
Allow breaking on fork/exec syscalls
Don't loose track when following a child process
Handle restart when a child process is involved
Allow pumping just one asm instruction.
Fix compilation with gcc 4.5
Fix clicking in the gutter with gsv >= 2.10
Fix error when showing mixed asm/source
Don't query mixed asm files (Closes: #624971)
Ask the user to locate a given file only once
Avoid breaking in main twice when restarting
Lookup files in the inferior's directory
Handle assembly buffer when deleting breakpoints
Add more logging
String thinko (Closes: #625706)
Support multibytes string parsing (Closes: #62730)
Mark more strings for translation (Closes: 626079)
Selecting a frame w/o debug info disassembles it
Fix follow-fork-mode thinko
Search from current insert point (Closes: #628886)
Move asm types to src/common
Update as Asm types changed
Move core asm handling lower in the stack.
Do not hang on disass 1st insn of a function.
Forgot to add nmv-asm-utils.cc in a previous commit
Disassemble breakpoint locations on demand
Don't barf when the @ of a bp isn't available yet
Disassemble only from addresses given by GDB
Use a fuzzy matching scheme when searching an @
Add more comments to nmv-range.h
Update POTFILE.in after moving files around
Add a bunch of operators to Address
Fix Asm::empty
fuzzy address search when looking from insns
Never disassemble an empty address range
Bump version to 0.8.0
Left over from previous commit
Show frame obj name when there is no debug info
Remove dead code
Simplify file searching API and worfklow
Do not save composite buffer names to session
Small indentation cleanup
Be more tolerant with buffers with wrong content
Set breakpoint view columns resizable
Append (not prepend) exprs to call function history
Support "filename:linenum" in the set bp dialog
Fix breakpoint setting
Don't go crazy when removing a source view tab
Don't try to look for frame on exit (Closes: #630615)
Countpoints support
Reindent and style cleanup.
Support countpoint/breakpoint toggling
Handle continguous out-of-band-records better
Continuing excecution at a countpoint done by GDB
New IDebugger::get_breakpoint_from_cache API.
Replace debugger_utils::is_countpoint with IDebugger::is_countpoint
Cleanup GDBEngine::GDBEngine::append_breakpoints_to_cache
Add missing default arguments to GDBEngine funcs
Countpoint toggling from (contextual) menu items
Cleanup logging macros.
Connect asm buffers to relevant signals too
Add a SourceEditor::current_address
Support Breakpoint toggling in asm mode
Cleanup remote target port use.
Initial support for --remote (#624630)
Better Help for --remote, --solib-prefix et al
Style cleanup
Show usage message on cmdline parsing error
Catch --remote=HOST:PORT with no binary copy arg
Cleanup in main.c
Don't die when the loaded program isn't found
Add IDebugger::disconnect_from_remote_target
Work around FileChooser::set_filename bug
Integrate remote debugging to session management
RemoteTargetDialog UI cleanup
Slight API cleanup
Avoid error in setting solib-absolute-prefix parm
Don't forget the CWD when restarting a session
Minor style nit in nmv-breakpoints-view.cc
Init event combo in setsetbreakpointdialog.ui
Style cleanup in nmv-set-breakpoint-dialog.cc
Events combo in BP setting dialog uses a ListStore
Small member renaming in nmv-set-breakpoint-dialog.cc
Allow breaking on events again (Closes: #631925)
Updated NEWS file
Don't update-changelog in make release
Automatically generate changelog for 0.8.0
Dominique Leuenberger (1):
More GCC 4.5 fixes, #611588
Henrique P. Machado (1):
Updated Brazilian Portuguese Translation
Hubert Figuiere (3):
Remove libglademm dependency and replace with GtkBuilder (Closes: #590817)
Merge the Call Stack and Variables into one tab: Context. (Closes: #424060)
Cleanup nmv-gdbmi-parser.cc (Bug #574072)
Javier Jardón (4):
Use upstream gettext instead the Glib one
Update autotools configuration
Use PACKAGE_URL for project webpage
autogen.sh: remove unneded call to autopoint
Joe Hansen (1):
Added Danish translation
Jonathon Jongsma (1):
Fix the sourceview configure check for breakpoint setting
Jorge González (8):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Kenneth Nielsen (1):
Added da to list of languages
Konstantinos Poulios (1):
Unnecessary scrollbars in variable popup, #610808
Leonid Kanter (1):
added Russian translation from Alex 'mainframe' Z <alex mainframe gmail com>
Marek Ä?ernocký (3):
Update Czech translation
Updated Czech translation
Updated Czech translation
Mario Blättermann (6):
Updated German translation
Updated German translation
[i18n] Updated German doc translation
[i18n] Updated German doc translation
[i18n] Updated German translation
[i18n] Updated German translation
Matej UrbanÄ?iÄ? (2):
Added sl for Slovenian translation
Updated Slovenian translation
Olav Vitters (1):
Fix doap file
Petr Kovar (6):
Updated Czech translation by Marek Cernocky
Add Czech translation by Marek Cernocky
Add Czech help translation by Marek Cernocky
Update Czech translation by Marek Cernocky
Update Czech translation by Marek Cernocky
Update Czech translation by Marek Cernocky
Prema (1):
GnomeGoal: CorrectDesktopFile (Closes: #618506)
Romain Tartière (1):
Remove useless header utmp.h
Seemanta Dutta (1):
Adding a popup when quitting nemiver. (Closes: #553217)
Takeshi AIHANA (1):
2009-12-12 Updated Japanese translation.
Thorsten Vollmer (1):
Require and properly detect gtkmm24 version 2.16
Yinghua Wang (1):
Add Simplified Chinese translation.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]