Directory OMEdit/OMEditGUI/Debugger/GDB/

Total Files:
4
Deleted Files:
0
Lines of Code:
2291

[root]/OMEdit/OMEditGUI/Debugger/GDB

Lines of Code

OMEdit/OMEditGUI/Debugger/GDB/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 49 (100.0%) 314 (100.0%) 6.4
adeas31 32 (65.3%) 285 (90.8%) 8.9
hudson 12 (24.5%) 24 (7.6%) 2.0
sjoelund.se 4 (8.2%) 4 (1.3%) 1.0
adrpo 1 (2.0%) 1 (0.3%) 1.0

Most Recent Commits

sjoelund.se 2015-05-03 08:55 Rev.: 25882

Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead

4 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Debugger/GDB: CommandFactory.cpp (+1), CommandFactory.h (+1), GDBAdapter.cpp (+1), GDBAdapter.h (+1)
adeas31 2015-04-09 04:08 Rev.: 25451

- Handle lexer errors.

19 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+19 -21)
adeas31 2015-04-09 01:49 Rev.: 25450

#2831
- Add the user current directory in PATH before starting the simulation executable.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+6 -3)
adeas31 2015-02-12 00:50 Rev.: 24541

- Added `set print elements` for gdb to print long strings. This can be handled via debugger settings in options.

24 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Debugger/GDB: CommandFactory.cpp (+14), CommandFactory.h (+1), GDBAdapter.cpp (+9 -8)
adeas31 2014-11-29 05:16 Rev.: 23599

- Fixed some re-simulate scenarios.
- Separated the SimulationOptions from SimulationDialog.

37 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+30 -4), GDBAdapter.h (+7 -2)
adeas31 2014-11-29 01:56 Rev.: 23594

#2540, #2778
+ Added a new tree like structure for simulation output. The old text based also exists. The user can switch between them via Options->Simulation->Output.
+ Added a incremental xml reader for simulation output.
+ Fixed the display of multi line messages. Now uses the word wrap at word boundaries. The text is also automatically wrapped when the item is resized.
+ Rewrite the Messages Browse to use model/view architecture. Is required to successfully utilize the word wrap feature for error messages.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+1 -3)
adeas31 2014-11-24 15:07 Rev.: 23532

- Compilation and simulation is done in a separate thread now. So parallel simulation is possible.

#2844
- the simulation output window is not modal anymore.
#2596
- Re-simulate with changed options
#2264
- Archive the simulation output windows and allow user to re open them later.

37 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Debugger/GDB: CommandFactory.cpp (+11), CommandFactory.h (+1), GDBAdapter.cpp (+21 -44), GDBAdapter.h (+4 -2)
adeas31 2014-11-01 04:04 Rev.: 23122

- Send commands to omc as utf-8.
- All files generated by OMEdit are now utf-8.
- check for errors after setting/changing the working directory of omc.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+2)
adeas31 2014-10-06 23:39 Rev.: 22626

- cleanup

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+1 -6)
adeas31 2014-10-06 22:48 Rev.: 22625

- Fixed the number of arguments of QString.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+1 -1)
adrpo 2014-10-06 22:19 Rev.: 22624

- fix builds?

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+1 -1)
adeas31 2014-10-06 17:45 Rev.: 22621

#2865
- Fixed the paths used in email.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+1 -10)
adeas31 2014-09-11 14:23 Rev.: 22271

- Use the simulation arguments when debugging.
- Use monospaced font for output and logs.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+4 -3)
adeas31 2014-09-10 14:36 Rev.: 22254

- Added support for conditional breakpoints.

23 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Debugger/GDB: CommandFactory.cpp (+17 -1), CommandFactory.h (+3 -1), GDBAdapter.cpp (+3 -2)
adeas31 2014-09-10 11:59 Rev.: 22244

- Keep arrayLength static inline. Gives performance.
- New function for debugger mmc_gdb_arrayLength.
- Use the new function in OMEdit.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: CommandFactory.cpp (+1 -1)
adeas31 2014-09-09 16:45 Rev.: 22223

- Allow adding ignore count property for breakpoints.
- Handles the -break-after command of gdb.

19 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Debugger/GDB: CommandFactory.cpp (+15 -1), CommandFactory.h (+2 -1), GDBAdapter.cpp (+2 -2)
adeas31 2014-09-09 14:38 Rev.: 22220

- Don't iterate over all items when we have found the correct item.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+1)
adeas31 2014-09-09 14:27 Rev.: 22216

- Always suspend the debugger if stopped event is caught.

29 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+29 -49)
adeas31 2014-09-09 02:20 Rev.: 22188

- New options to clear the debugger output & log windows on new run.
- Use the UTF-8 for settings object throughout the application.

24 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+21 -4), GDBAdapter.h (+3)
adeas31 2014-09-08 17:34 Rev.: 22181

- Display message when debugger is stopped because of signal event.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+5 -2)
adeas31 2014-09-08 17:27 Rev.: 22180

- Handle the segmentation faults in the debugger.

38 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+37), GDBAdapter.h (+1)
adeas31 2014-09-08 14:10 Rev.: 22166

- handle the ptrace error while attaching the debugger. Show the ptrace help text.

12 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/GDB: GDBAdapter.cpp (+12 -1)
hudson 2014-08-27 01:13 Rev.: 22009

[Janitor mode] Fix whitespace

24 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Debugger/GDB: CommandFactory.cpp (+6 -6), CommandFactory.h (+6 -6), GDBAdapter.cpp (+6 -6), GDBAdapter.h (+6 -6)
hudson 2014-08-27 01:13 Rev.: 22008

[Janitor mode] Set auto-props

0 lines of code changed in 8 files:

  • OMEdit/OMEditGUI/Debugger/GDB: CommandFactory.cpp (changed), CommandFactory.h (changed), GDBAdapter.cpp (new), GDBAdapter.h (new)
Generated by StatSVN 0.7.0