[root]/OMEdit/OMEditGUI/Debugger/GDB
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 |
Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead
4 lines of code changed in 4 files:
- Handle lexer errors.
19 lines of code changed in 1 file:
#2831
- Add the user current directory in PATH before starting the simulation executable.
6 lines of code changed in 1 file:
- 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:
- Fixed some re-simulate scenarios.
- Separated the SimulationOptions from SimulationDialog.
37 lines of code changed in 2 files:
#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:
- 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:
- 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:
- cleanup
1 lines of code changed in 1 file:
- Fixed the number of arguments of QString.
1 lines of code changed in 1 file:
- fix builds?
1 lines of code changed in 1 file:
#2865
- Fixed the paths used in email.
1 lines of code changed in 1 file:
- Use the simulation arguments when debugging.
- Use monospaced font for output and logs.
4 lines of code changed in 1 file:
- Added support for conditional breakpoints.
23 lines of code changed in 3 files:
- 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:
- Allow adding ignore count property for breakpoints.
- Handles the -break-after command of gdb.
19 lines of code changed in 3 files:
- Don't iterate over all items when we have found the correct item.
1 lines of code changed in 1 file:
- Always suspend the debugger if stopped event is caught.
29 lines of code changed in 1 file:
- 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:
- Display message when debugger is stopped because of signal event.
5 lines of code changed in 1 file:
- Handle the segmentation faults in the debugger.
38 lines of code changed in 2 files:
- handle the ptrace error while attaching the debugger. Show the ptrace help text.
12 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
24 lines of code changed in 4 files:
[Janitor mode] Set auto-props
0 lines of code changed in 8 files: