Source Activity
Debugger: Add address column to functions list.
ImageFunctionsView:
- For function nodes, also display the start address of the function in
question. Makes it somewhat more convenient to determine which function a
function pointer actually refers to.
ImageFunctionsView:
- For function nodes, also display the start address of the function in
question. Makes it somewhat more convenient to determine which function a
function pointer actually refers to.
Categories: Development
Debugger: Fix potential crash in VariablesView.
VariableTableModel:
- When attempting to retrieve the type for a given node, ensure
that it actually has a value node first. This might not necessarily
be the case if no appropriate type handler was found.
VariableTableModel:
- When attempting to retrieve the type for a given node, ensure
that it actually has a value node first. This might not necessarily
be the case if no appropriate type handler was found.
Categories: Development
Debugger: Minor adjustment to address value node.
AddressValueNode:
- If the address node is pointing to a function, don't bother creating
a child, as there isn't really any useful information that can be displayed
for such a node besides its target address, which is already shown by the
address node anyways.
AddressValueNode:
- If the address node is pointing to a function, don't bother creating
a child, as there isn't really any useful information that can be displayed
for such a node besides its target address, which is already shown by the
address node anyways.
Categories: Development
Update translations from Pootle
Categories: Development
Debugger: Start watching signal events.
TeamDebugger:
- Add signal events to debug event mask. Upon receipt of such an event,
stop the target thread. WIP.
TeamDebugger:
- Add signal events to debug event mask. Upon receipt of such an event,
stop the target thread. WIP.
Categories: Development
Debugger: Add handling for signal debug messages.
DebugEvents:
- Add definition for SignalReceivedEvent.
DebuggerInterface:
- Generate SignalReceivedEvent upon receipt of
B_DEBUGGER_MESSAGE_SIGNAL_RECEIVED.
DebugEvents:
- Add definition for SignalReceivedEvent.
DebuggerInterface:
- Generate SignalReceivedEvent upon receipt of
B_DEBUGGER_MESSAGE_SIGNAL_RECEIVED.
Categories: Development
Debugger: Add SignalInfo model class.
- Represents information about a signal being delivered to the team.
- Represents information about a signal being delivered to the team.
Categories: Development
Fix segfault in Top utility
Could occur whenever the terminal exceed 96 columns (write beyond end of string).
Could occur whenever the terminal exceed 96 columns (write beyond end of string).
Categories: Development
CID 1249930: Don't scanf uninitialized buffer
Would happen in case of a missing config file, for instance.
Would happen in case of a missing config file, for instance.
Categories: Development
CID 1273486: change from boolean to bitwise operator
Typo confirmed by looking at the corresponding source file from elsewhere.
+ some style fixes
Typo confirmed by looking at the corresponding source file from elsewhere.
+ some style fixes
Categories: Development
headers/os: Add gcc 5 to BeBuild.h
* While we still use gcc 4, the host tools won't
build on gcc 5 systems without this.
* x86_64 compiles under gcc 5.10 successfully
* While we still use gcc 4, the host tools won't
build on gcc 5 systems without this.
* x86_64 compiles under gcc 5.10 successfully
Categories: Development
Update usb.ids from www.linux-usb.org
Categories: Development
CID 605799: Resource Leakage in fortune
Categories: Development
Coding style fixes
Categories: Development
CID 1273599: null dereference in SATGroup
And some additional style fixes.
And some additional style fixes.
Categories: Development
BeServed: delete from tree.
Nobody did anything significant with it, so it now lives over at
https://github.com/HaikuArchives/BeServed.
Nobody did anything significant with it, so it now lives over at
https://github.com/HaikuArchives/BeServed.
Categories: Development
network/dns_resolver/server: Add missing break in switch.
CID 991278, but that also causes CID 991176, so both of those
are fixed. Does *not* fix #12156. Might fix some of the outstanding
NFSv4 issues but I didn't look too hard.
CID 991278, but that also causes CID 991176, so both of those
are fixed. Does *not* fix #12156. Might fix some of the outstanding
NFSv4 issues but I didn't look too hard.
Categories: Development
tests: Convert a lot of RSRCs to RDEFs.
Categories: Development
